Skip to content

Merge branch '5.11.x' #1051

Merge branch '5.11.x'

Merge branch '5.11.x' #1051

Triggered via push April 2, 2026 19:33
Status Failure
Total duration 1m 35s
Artifacts
Matrix: analyse-php
Matrix: lint-php
Fit to window
Zoom out
Zoom in

Annotations

13 errors
analyse-php (8.2)
Process completed with exit code 2.
UnusedBaselineEntry: src/Components/IntoKeyword.php#L0
src/Components/IntoKeyword.php:0:0: UnusedBaselineEntry: Baseline for issue "RiskyTruthyFalsyComparison" has 1 extra entry. (see https://psalm.dev/316)
InvalidArgument: tests/Builder/InsertStatementTest.php#L556
tests/Builder/InsertStatementTest.php:556:21: InvalidArgument: Argument 1 of PhpMyAdmin\SqlParser\Tests\Builder\InsertStatementTest::testBuilder is not optional, but possibly undefined string provided by PhpMyAdmin\SqlParser\Tests\Builder\InsertStatementTest::providerfortestbuilder():(Generator<string, list<string>, mixed, mixed>) (see https://psalm.dev/004)
InvalidArgument: src/Components/IntoKeyword.php#L147
src/Components/IntoKeyword.php:147:56: InvalidArgument: Argument 1 of PhpMyAdmin\SqlParser\Context::escape expects string, but non-empty-array<array-key, string> provided (see https://psalm.dev/004)
InvalidCast: src/Components/IntoKeyword.php#L147
src/Components/IntoKeyword.php:147:56: InvalidCast: non-empty-array<array-key, string> cannot be cast to string (see https://psalm.dev/103)
InvalidArgument: src/Components/IntoKeyword.php#L147
src/Components/IntoKeyword.php:147:40: InvalidArgument: Argument 2 of implode expects array<array-key, null|object{__tostring()}|scalar>, but string provided (see https://psalm.dev/004)
analyse-php (8.2)
Process completed with exit code 1.
analyse-php (8.2): tests/Builder/InsertStatementTest.php#L32
`@dataProvider` providerForTestBuilder related method must be static in PHPUnit 10 and newer.
analyse-php (8.2): tests/Builder/InsertStatementTest.php#L0
Ignored error pattern #^Dynamic call to static method PHPUnit\\Framework\\Assert\:\:assertEquals\(\)\.$# (staticMethod.dynamicCall) in path /home/runner/work/sql-parser/sql-parser/tests/Builder/InsertStatementTest.php was not matched in reported errors.
analyse-php (8.2): src/Components/IntoKeyword.php#L147
Parameter #2 $array of function implode expects array, string given.
analyse-php (8.2): src/Components/IntoKeyword.php#L147
Parameter #1 $str of static method PhpMyAdmin\SqlParser\Context::escape() expects string, array<string> given.
analyse-php (8.2): src/Components/IntoKeyword.php#L0
Ignored error pattern #^Construct empty\(\) is not allowed\. Use more strict comparison\.$# (empty.notAllowed) in path /home/runner/work/sql-parser/sql-parser/src/Components/IntoKeyword.php was not matched in reported errors.
lint-php (8.2)
Process completed with exit code 2.