Skip to content

Commit

Permalink
styled the code block
Browse files Browse the repository at this point in the history
  • Loading branch information
heysagnik committed Oct 30, 2022
1 parent 71ee777 commit a4d15c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand All @@ -59,3 +59,4 @@ Below is an example of a valid Bagisto doc block. Note that the @param attribute
{
//
}
```

0 comments on commit a4d15c3

Please sign in to comment.