Skip to content

UUID column type

UUID column type #1019

Triggered via pull request November 14, 2025 23:19
Status Failure
Total duration 1m 30s
Artifacts

lint-and-analyse-php.yml

on: pull_request
Matrix: analyse-php
Matrix: lint-php
Fit to window
Zoom out
Zoom in

Annotations

10 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.
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.