You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 | ERROR | [ ] A file should declare new symbols (classes, functions,
| | constants, etc.) and cause no other side effects, or it
| | should execute logic with side effects, but should not do
| | both. The first symbol is defined on line 11 and the first
| | side effect is on line 7.
| | (PSR1.Files.SideEffects.FoundWithSymbols)
7 | ERROR | [x] There must be one USE keyword per declaration
| | (PSR2.Namespaces.UseDeclaration.MultipleDeclarations)
7 | ERROR | [x] Closing brace must be on a line by itself
| | (Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore)
8 | ERROR | [x] There must be one USE keyword per declaration
| | (PSR2.Namespaces.UseDeclaration.MultipleDeclarations)
8 | ERROR | [x] Closing brace must be on a line by itself
| | (Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore)
The text was updated successfully, but these errors were encountered:
With code like this:
I get:
The text was updated successfully, but these errors were encountered: