antonioribeiro / laravelcs

Laravel PHP_CodeSniffer
BSD 3-Clause "New" or "Revised" License
234 stars 32 forks source link

Conditional if error #9

Open Horki opened 8 years ago

Horki commented 8 years ago
if (true) {
    // some code
}

throws an error

53 | ERROR | [x] Expected 1 new line after closing parenthesis; | | found " "

dilab commented 6 years ago

+1