feat: workflow example #5
Annotations
10 errors
🔍 Run static analysis using phpstan/phpstan:
database/Factories/Project/ProjectFactory.php#L11
Class Database\Factories\Project\ProjectFactory extends generic class Spiral\DatabaseSeeder\Factory\AbstractFactory but does not specify its types: TEntity
|
🔍 Run static analysis using phpstan/phpstan:
database/Factories/Project/ProjectFactory.php#L23
Method Database\Factories\Project\ProjectFactory::makeEntity() has parameter $definition with no value type specified in iterable type array.
|
🔍 Run static analysis using phpstan/phpstan:
src/Bridge/Spiral/Admin/Project/Controllers/ProjectController.php#L12
Method Bridge\Spiral\Admin\Project\Controllers\ProjectController::index() return type has no value type specified in iterable type array.
|
🔍 Run static analysis using phpstan/phpstan:
src/Bridge/Spiral/Admin/Project/Controllers/ProjectController.php#L27
Method Bridge\Spiral\Admin\Project\Controllers\ProjectController::show() return type has no value type specified in iterable type array.
|
🔍 Run static analysis using phpstan/phpstan:
src/Bridge/Spiral/Admin/Project/Controllers/ProjectController.php#L37
Method Bridge\Spiral\Admin\Project\Controllers\ProjectController::create() return type has no value type specified in iterable type array.
|
🔍 Run static analysis using phpstan/phpstan:
src/Bridge/Spiral/Admin/Project/Controllers/ProjectController.php#L46
Method Bridge\Spiral\Admin\Project\Controllers\ProjectController::update() return type has no value type specified in iterable type array.
|
🔍 Run static analysis using phpstan/phpstan:
src/Bridge/Spiral/Admin/Project/Controllers/ProjectController.php#L56
Method Bridge\Spiral\Admin\Project\Controllers\ProjectController::delete() return type has no value type specified in iterable type array.
|
🔍 Run static analysis using phpstan/phpstan:
src/Bridge/Spiral/Bootloaders/AppBootloader.php#L34
Fetching class constant class of deprecated interface Spiral\Core\CoreInterface:
Use {@see HandlerInterface} instead.
|
🔍 Run static analysis using phpstan/phpstan:
src/Bridge/Spiral/Interceptors/UuidParametersConverterInterceptor.php#L13
Class Bridge\Spiral\Interceptors\UuidParametersConverterInterceptor implements deprecated interface Spiral\Core\CoreInterceptorInterface:
Use {@see InterceptorInterface} instead.
|
🔍 Run static analysis using phpstan/phpstan:
src/Bridge/Spiral/Interceptors/UuidParametersConverterInterceptor.php#L15
Method Bridge\Spiral\Interceptors\UuidParametersConverterInterceptor::process() has parameter $parameters with no value type specified in iterable type array.
|
Loading