Enhance exception handling in SQL file search process #98
static-analysis.yml
on: push
sa
/
PHPStan
15s
sa
/
Psalm
17s
sa
/
PHPMD
22s
sa
/
ComposerRequireChecker
24s
Annotations
11 errors and 7 warnings
sa / PHPStan:
src/RowInterfaceProvider.php#L26
Property Ray\Query\RowInterfaceProvider::$injector has no type specified.
|
sa / PHPStan:
src/RowInterfaceProvider.php#L46
Access to an undefined property Throwable::$sql.
|
sa / PHPStan:
src/RowListInterfaceProvider.php#L25
Property Ray\Query\RowListInterfaceProvider::$injector has no type specified.
|
sa / PHPStan
Process completed with exit code 1.
|
sa / Psalm:
src/RowInterfaceProvider.php#L40
InvalidReturnType: The declared return type 'Ray\Query\RowInterface&Ray\Query\SqlQueryRow' for Ray\Query\RowInterfaceProvider::get is incorrect, got 'Ray\Query\RowInterface'
|
sa / Psalm:
src/RowInterfaceProvider.php#L46
NoInterfaceProperties: Interfaces cannot have properties
|
sa / Psalm:
src/RowInterfaceProvider.php#L48
InvalidReturnStatement: The inferred type 'Ray\Query\RowInterface' does not match the declared return type 'Ray\Query\RowInterface&Ray\Query\SqlQueryRow' for Ray\Query\RowInterfaceProvider::get
|
sa / Psalm:
src/RowListInterfaceProvider.php#L39
MixedInferredReturnType: Could not verify return type 'Ray\Query\RowListInterface&Ray\Query\QueryInterface' for Ray\Query\RowListInterfaceProvider::get
|
sa / Psalm:
src/RowListInterfaceProvider.php#L50
MixedReturnStatement: Could not infer a return type
|
sa / Psalm:
src/RowListInterfaceProvider.php#L50
PossiblyUndefinedVariable: Possibly undefined variable $named defined in try block
|
sa / Psalm
Process completed with exit code 1.
|
sa / PHPStan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
sa / Psalm
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
sa / Psalm
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/
|
sa / PHPMD
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
sa / PHPMD
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/
|
sa / ComposerRequireChecker
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
sa / ComposerRequireChecker
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/
|