Remove PHP 7.4 and PHP 8.0 support #184
Annotations
5 errors
Static analysis:
src/TagBag.php#L262
src/TagBag.php:262:9: UnusedVariable: $serializationException is never referenced or the value is not used (see https://psalm.dev/077)
|
Static analysis:
src/TagBag.php#L265
src/TagBag.php:265:47: MixedArgument: Argument 1 of set_error_handler cannot be mixed, expecting callable(int, string, string=, int=, array<array-key, mixed>=):bool|null (see https://psalm.dev/030)
|
Static analysis:
src/TagBag.php#L265
src/TagBag.php:265:112: UndefinedVariable: Cannot find referenced variable $prevErrorHandler (see https://psalm.dev/024)
|
Static analysis:
tests/TagBagTest.php#L362
tests/TagBagTest.php:362:28: ArgumentTypeCoercion: Argument 1 of preg_match expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
|
Static analysis
Process completed with exit code 2.
|
Loading