Translated using Weblate (Slovak) #1013
lint-and-analyse-php.yml
on: push
Matrix: analyse-php
Matrix: lint-php
Annotations
10 errors
|
analyse-php (8.2):
src/Lexer.php#L0
Ignored error pattern #^Parameter \#1 \$string of static method PhpMyAdmin\\SqlParser\\Context\:\:isSeparator\(\) 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 \$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.
|