pre commit install pbpcs phpcbf #85
Annotations
3 errors and 5 warnings
|
test/functional/LoginShellSetTest.php#L6
Each class must be in a namespace of at least one level (a top-level vendor name) (PSR1.Classes.ClassDeclaration.MissingNamespace)
|
|
test/functional/AccountDeletionRequestTest.php#L5
Each class must be in a namespace of at least one level (a top-level vendor name) (PSR1.Classes.ClassDeclaration.MissingNamespace)
|
|
phpunit
Process completed with exit code 2.
|
|
test/phpunit-bootstrap.php#L1
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 44 and the first side effect is on line 3 (PSR1.Files.SideEffects.FoundWithSymbols)
|
|
test/phpunit-bootstrap.php#L46
Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong)
|
|
test/phpunit-bootstrap.php#L61
Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong)
|
|
test/functional/LoginShellSetTest.php#L8
Property name "$_initialLoginShell" should not be prefixed with an underscore to indicate visibility (PSR2.Classes.PropertyDeclaration.Underscore)
|
|
phpunit
The process '/usr/bin/git' failed with exit code 128
|