Switch to phpcs and upgrade codebase #4
Annotations
10 errors
phpcs:
src/Relations/EmbedsMany.php#L155
Function array_key_exists() should not be referenced via a fallback global name, but via a use statement.
|
phpcs:
tests/QueryBuilderTest.php#L911
Class \DateTime should not be referenced via a fully qualified name, but via a use statement.
|
phpcs:
tests/QueryBuilderTest.php#L912
Class \DateTime should not be referenced via a fully qualified name, but via a use statement.
|
phpcs:
tests/QueryBuilderTest.php#L916
Class \Stringable should not be referenced via a fully qualified name, but via a use statement.
|
phpcs:
tests/QueryBuilderTest.php#L938
Equals sign not aligned with surrounding assignments; expected 6 spaces but found 1 space
|
phpcs:
tests/QueryBuilderTest.php#L943
Equals sign not aligned with surrounding assignments; expected 6 spaces but found 1 space
|
phpcs:
tests/QueryBuilderTest.php#L948
Equals sign not aligned with surrounding assignments; expected 11 spaces but found 1 space
|
phpcs:
tests/ModelTest.php#L668
Class \Generator should not be referenced via a fully qualified name, but via a use statement.
|
phpcs:
tests/ModelTest.php#L684
Found multi-line doc comment with single line content, use one-line doc comment instead.
|
phpcs:
tests/EmbeddedRelationsTest.php#L314
Variable "broken_address" is not in valid camel caps format
|