docs: update readme file #10
Annotations
10 errors
🔍 Run static analysis using phpstan/phpstan:
database/Factories/Category/CategoryFactory.php#L19
Method Database\Factories\Category\CategoryFactory::makeEntity() has invalid return type Domain\Category\Category.
|
🔍 Run static analysis using phpstan/phpstan:
database/Factories/Category/CategoryFactory.php#L21
Instantiated class Domain\Category\Category not found.
|
🔍 Run static analysis using phpstan/phpstan:
database/Factories/Category/CategoryFactory.php#L27
Class Domain\Category\Category not found.
|
🔍 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 invalid return type Domain\Project\Project.
|
🔍 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:
database/Factories/Project/ProjectFactory.php#L25
Instantiated class Domain\Project\Project not found.
|
🔍 Run static analysis using phpstan/phpstan:
database/Factories/Project/ProjectFactory.php#L35
Class Domain\Project\Project not found.
|
🔍 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.
|
Loading