Update actions/checkout and disable block-insecure #36
Annotations
10 errors
|
Run code quality checks:
src/Service/SchemaService.php#L104
* [Line length] Line exceeds 80 characters; contains 81 characters
|
|
Run code quality checks:
src/Service/SchemaService.php#L102
* [Line length] Line exceeds 80 characters; contains 84 characters
|
|
Run code quality checks:
src/Service/SchemaService.php#L81
* [Line length] Line exceeds maximum limit of 100 characters; contains 101 characters
|
|
Run code quality checks:
src/Service/SchemaService.php#L72
* [Function length] Your function is too long. Currently using 35 lines. Can be up to 20 lines.
|
|
Run code quality checks:
src/Service/SchemaService.php#L96
* [Static closure] Closure not using "$this" should be declared static.
|
|
Run code quality checks:
src/Service/SchemaService.php#L78
* [Static closure] Closure not using "$this" should be declared static.
|
|
Run code quality checks:
src/Service/SchemaService.php#L55
* [Parameter type hint] Method \PHPStanCakePHP2\Service\SchemaService::getTableSchema() has useless @param annotation for parameter $table.
|
|
Run code quality checks:
src/Service/SchemaService.php#L35
* [Parameter type hint] Method \PHPStanCakePHP2\Service\SchemaService::__construct() has useless @param annotation for parameter $reflectionProvider.
|
|
Run code quality checks:
src/Service/SchemaService.php#L18
* [Disallow mixed type hint] Usage of "mixed" type hint is disallowed.
|
|
Run code quality checks:
src/Service/SchemaService.php#L17
* [Disallow mixed type hint] Usage of "mixed" type hint is disallowed.
|
Loading