Skip to content

Commit db8beca

Browse files
committed
Merge pull request laravel#290 from igorw-forks/patch-1
Stop recommending `and`/`or` over `&&`/`||`
2 parents 0aa723a + d91685c commit db8beca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contributing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ Laravel follows the [PSR-0](https://github.com/php-fig/fig-standards/blob/master
2828
- Namespace declarations should be on the same line as `<?php`.
2929
- Class opening `{` should be on the same line as the class name.
3030
- Function and control structure opening `{` should be on a separate line.
31-
- Always use `and` and `or`. Never use `&&` or `||`.
3231
- Interface names are suffixed with `Interface` (`FooInterface`)

0 commit comments

Comments
 (0)