Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ Laravel follows the [PSR-0](https://github.com/php-fig/fig-standards/blob/master
- Namespace declarations should be on the same line as `<?php`.
- Class opening `{` should be on the same line as the class name.
- Function and control structure opening `{` should be on a separate line.
- Always use `and` and `or`. Never use `&&` or `||`.
- Interface names are suffixed with `Interface` (`FooInterface`)