ci: Add tests for PHP 8.4 #390
Open
Annotations
10 errors
|
Execute Psalm:
src/EmailLexer.php#L305
src/EmailLexer.php:305:5: MissingOverrideAttribute: Method Egulias\EmailValidator\EmailLexer::getmodifiers should have the "Override" attribute (see https://psalm.dev/358)
|
|
Execute Psalm:
src/EmailLexer.php#L300
src/EmailLexer.php:300:5: MissingOverrideAttribute: Method Egulias\EmailValidator\EmailLexer::getnoncatchablepatterns should have the "Override" attribute (see https://psalm.dev/358)
|
|
Execute Psalm:
src/EmailLexer.php#L290
src/EmailLexer.php:290:5: MissingOverrideAttribute: Method Egulias\EmailValidator\EmailLexer::getcatchablepatterns should have the "Override" attribute (see https://psalm.dev/358)
|
|
Execute Psalm:
src/EmailLexer.php#L242
src/EmailLexer.php:242:34: PossiblyFalseArgument: Argument 1 of Egulias\EmailValidator\EmailLexer::isInvalidChar cannot be false, possibly string value expected (see https://psalm.dev/104)
|
|
Execute Psalm:
src/EmailLexer.php#L238
src/EmailLexer.php:238:31: PossiblyFalseArgument: Argument 1 of Egulias\EmailValidator\EmailLexer::isNullType cannot be false, possibly string value expected (see https://psalm.dev/104)
|
|
Execute Psalm:
src/EmailLexer.php#L235
src/EmailLexer.php:235:20: PossiblyInvalidArrayOffset: Cannot access value on variable $this->charValue using a false|string offset, expecting string (see https://psalm.dev/116)
|
|
Execute Psalm:
src/EmailLexer.php#L234
src/EmailLexer.php:234:28: PossiblyFalseArgument: Argument 1 of Egulias\EmailValidator\EmailLexer::isValid cannot be false, possibly string value expected (see https://psalm.dev/104)
|
|
Execute Psalm:
src/EmailLexer.php#L226
src/EmailLexer.php:226:5: MissingOverrideAttribute: Method Egulias\EmailValidator\EmailLexer::gettype should have the "Override" attribute (see https://psalm.dev/358)
|
|
Execute Psalm:
src/EmailLexer.php#L197
src/EmailLexer.php:197:5: MissingOverrideAttribute: Method Egulias\EmailValidator\EmailLexer::movenext should have the "Override" attribute (see https://psalm.dev/358)
|
|
Execute Psalm:
src/EmailLexer.php#L168
src/EmailLexer.php:168:5: MissingOverrideAttribute: Method Egulias\EmailValidator\EmailLexer::reset should have the "Override" attribute (see https://psalm.dev/358)
|
Loading