Skip to content

Commit

Permalink
Fix typo in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek- authored Sep 6, 2018
1 parent 1d5812d commit 060e880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Woketo follows most parts of the coding style of [PSR](http://www.php-fig.org/ps
1. `return` clause must be explicit. That means that when you return null, you should precise `return null;`
2. Comments in docblock should be aligned
3. We put spaces around the `.` of concatenation and the `=` of default parameter in functions
4. Functions are prefixed by `\\` to call them from global namespace explicitly
4. Functions are prefixed by `\` to call them from global namespace explicitly

*This code-style is a recommendation but can be pointed out in a pull-request code review.*

Expand Down

0 comments on commit 060e880

Please sign in to comment.