Add PHP 8.4 support #30
Annotations
10 errors and 1 warning
phpstan:
tests/PropTest.php#L1
Ignored error pattern #^Method class@anonymous/tests/PropTest\.php\:79\:\:__get\(\) has no return type specified\.$# in path /home/runner/work/garp-functional/garp-functional/tests/PropTest.php was not matched in reported errors.
|
phpstan:
tests/PropTest.php#L1
Ignored error pattern #^Method class@anonymous/tests/PropTest\.php\:79\:\:__get\(\) has parameter \$prop with no type specified\.$# in path /home/runner/work/garp-functional/garp-functional/tests/PropTest.php was not matched in reported errors.
|
phpstan:
tests/PropTest.php#L1
Ignored error pattern #^Method class@anonymous/tests/PropTest\.php\:79\:\:__isset\(\) has parameter \$prop with no type specified\.$# in path /home/runner/work/garp-functional/garp-functional/tests/PropTest.php was not matched in reported errors.
|
phpstan:
tests/PropTest.php#L1
Ignored error pattern #^Property class@anonymous/tests/PropTest\.php\:79\:\:\$_data has no type specified\.$# in path /home/runner/work/garp-functional/garp-functional/tests/PropTest.php was not matched in reported errors.
|
phpstan:
tests/PropTest.php#L1
Ignored error pattern #^Property class@anonymous/tests/PropTest\.php\:91\:\:\$_data has no type specified\.$# in path /home/runner/work/garp-functional/garp-functional/tests/PropTest.php was not matched in reported errors.
|
phpstan:
tests/PropTest.php#L79
Property class@anonymous/tests/PropTest.php:78::$_data has no type specified.
|
phpstan:
tests/PropTest.php#L82
Method class@anonymous/tests/PropTest.php:78::__get() has no return type specified.
|
phpstan:
tests/PropTest.php#L82
Method class@anonymous/tests/PropTest.php:78::__get() has parameter $prop with no type specified.
|
phpstan:
tests/PropTest.php#L85
Method class@anonymous/tests/PropTest.php:78::__isset() has parameter $prop with no type specified.
|
phpstan:
tests/PropTest.php#L91
Property class@anonymous/tests/PropTest.php:90::$_data has no type specified.
|
phpstan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|