A token value might be a float #188
static-analysis.yml
on: pull_request
Matrix: Static Analysis / PHPStan
Matrix: Static Analysis / Psalm
Annotations
6 errors and 2 warnings
MissingClassConstType:
tests/AbstractLexerTest.php#L289
tests/AbstractLexerTest.php:289:26: MissingClassConstType: Class constant "Doctrine\Tests\Common\Lexer\_home_runner_work_lexer_lexer_tests_AbstractLexerTest_php_288_10102::T_NONE" should have a declared type. (see https://psalm.dev/359)
|
MissingClassConstType:
tests/AbstractLexerTest.php#L290
tests/AbstractLexerTest.php:290:26: MissingClassConstType: Class constant "Doctrine\Tests\Common\Lexer\_home_runner_work_lexer_lexer_tests_AbstractLexerTest_php_288_10102::T_INTEGER" should have a declared type. (see https://psalm.dev/359)
|
MissingClassConstType:
tests/AbstractLexerTest.php#L291
tests/AbstractLexerTest.php:291:26: MissingClassConstType: Class constant "Doctrine\Tests\Common\Lexer\_home_runner_work_lexer_lexer_tests_AbstractLexerTest_php_288_10102::T_FLOAT" should have a declared type. (see https://psalm.dev/359)
|
MissingClassConstType:
tests/AbstractLexerTest.php#L292
tests/AbstractLexerTest.php:292:26: MissingClassConstType: Class constant "Doctrine\Tests\Common\Lexer\_home_runner_work_lexer_lexer_tests_AbstractLexerTest_php_288_10102::T_BOOL" should have a declared type. (see https://psalm.dev/359)
|
MissingClassConstType:
tests/ConcreteLexer.php#L15
tests/ConcreteLexer.php:15:24: MissingClassConstType: Class constant "Doctrine\Tests\Common\Lexer\ConcreteLexer::INT" should have a declared type. (see https://psalm.dev/359)
|
Static Analysis / Psalm (8.3)
Process completed with exit code 2.
|
Static Analysis / Psalm (8.3)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Static Analysis / PHPStan (8.3)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|