refactor: enable Rector for code analyze and increase PHPStan to level 6 #12
Annotations
6 errors and 2 warnings
|
PHP 8.2:
src/Helpers/pageview_helper.php#L34
Parameter #1 $data of method CodeIgniter\View\View::setData() expects array<string, mixed>, list<mixed> given.
|
|
PHP 8.2:
tests/Helpers/PageViewTest.php#L27
Parameter #2 $data of function pageView expects list<mixed>, array{name: 'John Doe'} given.
|
|
PHP 8.2
Process completed with exit code 1.
|
|
PHP 8.1:
src/Helpers/pageview_helper.php#L34
Parameter #1 $data of method CodeIgniter\View\View::setData() expects array<string, mixed>, list<mixed> given.
|
|
PHP 8.1:
tests/Helpers/PageViewTest.php#L27
Parameter #2 $data of function pageView expects list<mixed>, array{name: 'John Doe'} given.
|
|
PHP 8.1
Process completed with exit code 1.
|
|
PHP 8.2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
PHP 8.1
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|