chore(deps): bump codeigniter4/framework from 4.4.5 to 4.5.1 #252
Annotations
6 errors
PHP 8.1 Static Analysis:
app/Config/Routing.php#L112
PHPDoc type array of property Config\Routing::$moduleRoutes is not covariant with PHPDoc type array<string, string> of overridden property CodeIgniter\Config\Routing::$moduleRoutes.
|
PHP 8.1 Static Analysis:
app/Config/View.php#L50
PHPDoc type array<string, array<callable(mixed): mixed&string>|(callable(mixed): mixed)> of property Config\View::$plugins is not covariant with PHPDoc type array<string, array<int, callable(mixed): mixed&string>|(callable(mixed): mixed)> of overridden property CodeIgniter\Config\View::$plugins.
|
PHP 8.1 Static Analysis:
app/Config/View.php#L61
PHPDoc type array<class-string<CodeIgniter\View\ViewDecoratorInterface>> of property Config\View::$decorators is not covariant with PHPDoc type array<int, class-string<CodeIgniter\View\ViewDecoratorInterface>> of overridden property CodeIgniter\Config\View::$decorators.
|
PHP 8.1 Static Analysis:
app/Controllers/BaseController.php#L39
PHPDoc type array of property App\Controllers\BaseController::$helpers is not covariant with PHPDoc type array<int, string> of overridden property CodeIgniter\Controller::$helpers.
|
PHP 8.1 Static Analysis:
tests/_support/ProjectTestCase.php#L26
PHPDoc type array|string of property Tests\Support\ProjectTestCase::$seed is not covariant with PHPDoc type array<int, class-string<CodeIgniter\Database\Seeder>>|class-string<CodeIgniter\Database\Seeder> of overridden property CodeIgniter\Test\CIUnitTestCase::$seed.
|
PHP 8.1 Static Analysis
Process completed with exit code 1.
|