Merge pull request #616 from kamil-tekiela/indexHints #975
lint-and-analyse-php.yml
on: push
lint-php
1m 21s
Matrix: analyse-php
Annotations
10 errors and 1 warning
|
MissingOverrideAttribute:
src/Components/AlterOperation.php#L54
src/Components/AlterOperation.php:54:5: MissingOverrideAttribute: Method PhpMyAdmin\SqlParser\Components\AlterOperation::build should have the "Override" attribute (see https://psalm.dev/358)
|
|
ImplicitToStringCast:
src/Components/AlterOperation.php#L65
src/Components/AlterOperation.php:65:16: ImplicitToStringCast: Left side of concat op expects string, 'PhpMyAdmin\SqlParser\Components\OptionsArray' provided with a __toString method (see https://psalm.dev/060)
|
|
ImplicitToStringCast:
src/Components/AlterOperation.php#L67
src/Components/AlterOperation.php:67:21: ImplicitToStringCast: Left side of concat op expects string, 'PhpMyAdmin\SqlParser\Components\Expression|string' provided with a __toString method (see https://psalm.dev/060)
|
|
ImplicitToStringCast:
src/Components/AlterOperation.php#L70
src/Components/AlterOperation.php:70:17: ImplicitToStringCast: Left side of concat op expects string, 'PhpMyAdmin\SqlParser\Components\OptionsArray' provided with a __toString method (see https://psalm.dev/060)
|
|
MissingOverrideAttribute:
src/Components/ArrayObj.php#L40
src/Components/ArrayObj.php:40:5: MissingOverrideAttribute: Method PhpMyAdmin\SqlParser\Components\ArrayObj::build should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
src/Components/CaseExpression.php#L59
src/Components/CaseExpression.php:59:5: MissingOverrideAttribute: Method PhpMyAdmin\SqlParser\Components\CaseExpression::build should have the "Override" attribute (see https://psalm.dev/358)
|
|
ImplicitToStringCast:
src/Components/CaseExpression.php#L64
src/Components/CaseExpression.php:64:21: ImplicitToStringCast: Left side of concat op expects string, 'PhpMyAdmin\SqlParser\Components\Expression' provided with a __toString method (see https://psalm.dev/060)
|
|
ImplicitToStringCast:
src/Components/CaseExpression.php#L68
src/Components/CaseExpression.php:68:35: ImplicitToStringCast: Right side of concat op expects string, 'PhpMyAdmin\SqlParser\Components\Expression' provided with a __toString method (see https://psalm.dev/060)
|
|
ImplicitToStringCast:
src/Components/CaseExpression.php#L69
src/Components/CaseExpression.php:69:35: ImplicitToStringCast: Right side of concat op expects string, 'PhpMyAdmin\SqlParser\Components\Expression' provided with a __toString method (see https://psalm.dev/060)
|
|
ImplicitToStringCast:
src/Components/CaseExpression.php#L77
src/Components/CaseExpression.php:77:35: ImplicitToStringCast: Right side of concat op expects string, 'PhpMyAdmin\SqlParser\Components\Expression' provided with a __toString method (see https://psalm.dev/060)
|
|
analyse-php (8.2)
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/
|