styled the code block

This commit is contained in:
Sagnik Sahoo 2022-10-30 12:56:21 +05:30 committed by GitHub
parent 71ee777f65
commit a4d15c3f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Bagisto follows PSR-2 for coding standards and PSR-4 as of Laravel for autoloadi
**PHPDoc:**
Below is an example of a valid Bagisto doc block. Note that the @param attribute is followed by two spaces, the argument type, two more spaces, and finally, the variable name:
``` php
/**
* Register a service with CoreServiceProvider.
*
@ -59,3 +59,4 @@ Below is an example of a valid Bagisto doc block. Note that the @param attribute
{
//
}
```