Skip to content

Fix #556 - Implementing and refactoring the KILL statement parser #825

Fix #556 - Implementing and refactoring the KILL statement parser

Fix #556 - Implementing and refactoring the KILL statement parser #825

Triggered via pull request July 9, 2024 21:49
Status Failure
Total duration 1m 0s
Artifacts

lint-and-analyse-php.yml

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

Annotations

6 errors and 3 warnings
analyse-php (7.4)
Process completed with exit code 2.
analyse-php (7.4): src/Statements/KillStatement.php#L102
Property PhpMyAdmin\SqlParser\Statements\KillStatement::$identifier (int|PhpMyAdmin\SqlParser\Statements\SelectStatement|null) does not accept mixed.
analyse-php (7.4): src/Statements/KillStatement.php#L107
Cannot access property $value on PhpMyAdmin\SqlParser\Token|null.
analyse-php (7.4): src/Statements/KillStatement.php#L129
Property PhpMyAdmin\SqlParser\Statements\KillStatement::$identifier (int|PhpMyAdmin\SqlParser\Statements\SelectStatement|null) does not accept PhpMyAdmin\SqlParser\Statement.
analyse-php (7.4): src/Statements/KillStatement.php#L134
Property PhpMyAdmin\SqlParser\Statements\KillStatement::$identifier (int|PhpMyAdmin\SqlParser\Statements\SelectStatement|null) does not accept mixed.
analyse-php (7.4)
Process completed with exit code 1.
analyse-php (7.4)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
analyse-php (7.4)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-php
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/