Do not distribute tests and dev tool configs #42
Annotations
10 errors
src/ClassRegistryInitExtension.php#L1
* [Declare strict types] Missing declare(strict_types=1).
* [Normal classes are forbidden. Classes must be final or abstract]
* [Method argument space] @@ -26,3 +26,4 @@
ReflectionProvider $reflectionProvider,
- SchemaService $schemaService)
+ SchemaService $schemaService
+ )
{
|
src/ClassRegistryInitExtension.php#L19
* [Line length] Line exceeds 80 characters; contains 82 characters
|
src/ClassRegistryInitExtension.php#L38
* [Line length] Line exceeds 80 characters; contains 85 characters
|
src/ClassRegistryInitExtension.php#L43
* [Line length] Line exceeds maximum limit of 100 characters; contains 128 characters
|
src/ClassRegistryInitExtension.php#L64
* [Trailing array comma] Multi-line arrays must have a trailing comma after the last element.
|
src/Service/SchemaService.php#L1
* [Declare strict types] Missing declare(strict_types=1).
|
src/Service/SchemaService.php#L15
* [Disallow mixed type hint] Usage of "mixed" type hint is disallowed.
|
src/Service/SchemaService.php#L16
* [Disallow mixed type hint] Usage of "mixed" type hint is disallowed.
|
src/Service/SchemaService.php#L33
* [Parameter type hint] Method \ARiddlestone\PHPStanCakePHP2\Service\SchemaService::__construct() has useless @param annotation for parameter $reflectionProvider.
|
src/Service/SchemaService.php#L53
* [Parameter type hint] Method \ARiddlestone\PHPStanCakePHP2\Service\SchemaService::getTableSchema() has useless @param annotation for parameter $table.
|
The logs for this run have expired and are no longer available.
Loading