Codesniffer #558
codesniffer.yml
on: schedule
Codesniffer
/
Codesniffer (8.3)
29s
Annotations
10 errors
|
Codesniffer / Codesniffer (8.3):
tests/Cases/FilterTest.phpt#L57
Expected 1 space after FUNCTION keyword; 0 found
|
|
Codesniffer / Codesniffer (8.3):
tests/Cases/FilterTest.phpt#L43
Closure does not have void return type hint.
|
|
Codesniffer / Codesniffer (8.3):
tests/Files/FormValueObject.php#L2
Expected strict_types = 1, found strict_types=1.
|
|
Codesniffer / Codesniffer (8.3):
tests/Files/FormValueObject.php#L2
There must be a single space between the PHP open tag and declare statement.
|
|
Codesniffer / Codesniffer (8.3):
src/DataSource/DibiFluentDataSource.php#L222
The placement of "public methods" group is invalid. Last group was "protected methods" and one of these is expected after it: protected methods, private static methods, private methods, magic methods
|
|
Codesniffer / Codesniffer (8.3):
src/DataSource/DoctrineDataSource.php#L309
The placement of "public methods" group is invalid. Last group was "protected methods" and one of these is expected after it: protected methods, private static methods, private methods, magic methods
|
|
Codesniffer / Codesniffer (8.3):
src/DataSource/FilterableDataSource.php#L53
The placement of "public abstract methods" group is invalid. Last group was "public methods" and one of these is expected after it: public methods, protected static abstract methods, protected static final methods, protected static methods, protected abstract methods, protected final methods, protected methods, private static methods, private methods, magic methods
|
|
Codesniffer / Codesniffer (8.3):
src/DataSource/NetteDatabaseTableDataSource.php#L268
The placement of "public methods" group is invalid. Last group was "protected methods" and one of these is expected after it: protected methods, private static methods, private methods, magic methods
|
|
Codesniffer / Codesniffer (8.3):
src/DataSource/NextrasDataSource.php#L229
The placement of "public methods" group is invalid. Last group was "protected methods" and one of these is expected after it: protected methods, private static methods, private methods, magic methods
|
|
Codesniffer / Codesniffer (8.3):
src/DataSource/ArrayDataSource.php#L18
Type DateTimeInterface is not used in this file.
|