Skip to content

Translated using Weblate (Filipino) #1023

Translated using Weblate (Filipino)

Translated using Weblate (Filipino) #1023

Triggered via push December 30, 2025 09:00
Status Failure
Total duration 1m 35s
Artifacts
Matrix: analyse-php
Matrix: lint-php
Fit to window
Zoom out
Zoom in

Annotations

20 errors
PossiblyNullArrayOffset: src/Utils/Query.php#L464
src/Utils/Query.php:464:30: PossiblyNullArrayOffset: Cannot access value on variable $clauses using possibly null offset null|string (see https://psalm.dev/125)
PossiblyNullArrayOffset: src/Utils/Query.php#L418
src/Utils/Query.php:418:22: PossiblyNullArrayOffset: Cannot access value on variable $clauses using possibly null offset null|string (see https://psalm.dev/125)
PossiblyNullArrayOffset: src/Utils/Formatter.php#L757
src/Utils/Formatter.php:757:72: PossiblyNullArrayOffset: Cannot access value on variable PhpMyAdmin\SqlParser\Parser::KEYWORD_PARSERS using possibly null offset null|string (see https://psalm.dev/125)
PossiblyNullArrayOffset: src/Utils/Formatter.php#L749
src/Utils/Formatter.php:749:59: PossiblyNullArrayOffset: Cannot access value on variable PhpMyAdmin\SqlParser\Parser::STATEMENT_PARSERS using possibly null offset null|string (see https://psalm.dev/125)
PossiblyNullArrayOffset: src/Statements/SelectStatement.php#L470
src/Statements/SelectStatement.php:470:23: PossiblyNullArrayOffset: Cannot access value on variable PhpMyAdmin\SqlParser\Parser::STATEMENT_PARSERS using possibly null offset null|string (see https://psalm.dev/125)
PossiblyNullArrayOffset: src/Statement.php#L279
src/Statement.php:279:23: PossiblyNullArrayOffset: Cannot access value on variable PhpMyAdmin\SqlParser\Parser::STATEMENT_PARSERS using possibly null offset null|string (see https://psalm.dev/125)
PossiblyNullArrayOffset: src/Parsers/JoinKeywords.php#L101
src/Parsers/JoinKeywords.php:101:39: PossiblyNullArrayOffset: Cannot access value on variable PhpMyAdmin\SqlParser\Components\JoinKeyword::JOINS using possibly null offset null|string (see https://psalm.dev/125)
PossiblyNullArrayOffset: src/Parsers/JoinKeywords.php#L76
src/Parsers/JoinKeywords.php:76:68: PossiblyNullArrayOffset: Cannot access value on variable PhpMyAdmin\SqlParser\Components\JoinKeyword::JOINS using possibly null offset null|string (see https://psalm.dev/125)
PossiblyNullArrayOffset: src/Parsers/Expressions.php#L144
src/Parsers/Expressions.php:144:73: PossiblyNullArrayOffset: Cannot access value on variable PhpMyAdmin\SqlParser\Parser::STATEMENT_PARSERS using possibly null offset null|string (see https://psalm.dev/125)
PossiblyNullArrayOffset: src/Parser.php#L510
src/Parser.php:510:22: PossiblyNullArrayOffset: Cannot access value on variable PhpMyAdmin\SqlParser\Parser::STATEMENT_PARSERS using possibly null offset null|string (see https://psalm.dev/125)
analyse-php (8.2): src/Lexer.php#L0
Ignored error pattern #^Parameter \#1 \$string of static method PhpMyAdmin\\SqlParser\\Context\:\:isComment\(\) expects string, mixed given\.$# (argument.type) in path /home/runner/work/sql-parser/sql-parser/src/Lexer.php was not matched in reported errors.
analyse-php (8.2): src/Lexer.php#L0
Ignored error pattern #^Parameter \#1 \$character of static method PhpMyAdmin\\SqlParser\\Context\:\:isWhitespace\(\) expects string, mixed given\.$# (argument.type) in path /home/runner/work/sql-parser/sql-parser/src/Lexer.php was not matched in reported errors.
analyse-php (8.2): src/Lexer.php#L0
Ignored error pattern #^Parameter \#1 \$character of static method PhpMyAdmin\\SqlParser\\Context\:\:isSymbol\(\) expects string, mixed given\.$# (argument.type) in path /home/runner/work/sql-parser/sql-parser/src/Lexer.php was not matched in reported errors.
analyse-php (8.2): src/Lexer.php#L0
Ignored error pattern #^Parameter \#1 \$character of static method PhpMyAdmin\\SqlParser\\Context\:\:isString\(\) expects string, mixed given\.$# (argument.type) in path /home/runner/work/sql-parser/sql-parser/src/Lexer.php was not matched in reported errors.
analyse-php (8.2): src/Lexer.php#L0
Ignored error pattern #^Binary operation "\.\=" between string and mixed results in an error\.$# (assignOp.invalid) in path /home/runner/work/sql-parser/sql-parser/src/Lexer.php was not matched in reported errors.
analyse-php (8.2): src/Lexer.php#L0
Ignored error pattern #^Binary operation "\.\=" between mixed and string results in an error\.$# (assignOp.invalid) in path /home/runner/work/sql-parser/sql-parser/src/Lexer.php was not matched in reported errors.
analyse-php (8.2): src/Lexer.php#L0
Ignored error pattern #^Binary operation "\.\=" between mixed and mixed results in an error\.$# (assignOp.invalid) in path /home/runner/work/sql-parser/sql-parser/src/Lexer.php was not matched in reported errors.
analyse-php (8.2): src/Lexer.php#L0
Ignored error pattern #^Binary operation "\." between string and mixed results in an error\.$# (binaryOp.invalid) in path /home/runner/work/sql-parser/sql-parser/src/Lexer.php was not matched in reported errors.
analyse-php (8.2): src/Lexer.php#L0
Ignored error pattern #^Binary operation "\." between mixed and mixed results in an error\.$# (binaryOp.invalid) in path /home/runner/work/sql-parser/sql-parser/src/Lexer.php was not matched in reported errors.
analyse-php (8.2): src/Components/AlterOperation.php#L62
Ignored error pattern #^Cannot call method remove\(\) on PhpMyAdmin\\SqlParser\\Components\\OptionsArray\|null\.$# (method.nonObject) in path /home/runner/work/sql-parser/sql-parser/src/Components/AlterOperation.php is expected to occur 3 times, but occurred only 1 time.