Refactor error handling for SqlFileNotFoundException #118
static-analysis.yml
on: push
sa
/
PHPStan
16s
sa
/
Psalm
23s
sa
/
PHPMD
19s
sa
/
ComposerRequireChecker
15s
Annotations
13 errors and 7 warnings
sa / PHPStan:
src/RowInterfaceProvider.php#L57
Method Ray\Query\RowInterfaceProvider::handleSqlNotFound() has no return type specified.
|
sa / PHPStan:
src/RowInterfaceProvider.php#L57
Method Ray\Query\RowInterfaceProvider::handleSqlNotFound() has parameter $e with no type specified.
|
sa / PHPStan
Process completed with exit code 1.
|
sa / Psalm:
src/RowInterfaceProvider.php#L44
MixedInferredReturnType: Could not verify return type 'Ray\Query\QueryInterface&Ray\Query\QueryInterface' for Ray\Query\RowInterfaceProvider::get
|
sa / Psalm:
src/RowInterfaceProvider.php#L51
MixedReturnStatement: Could not infer a return type
|
sa / Psalm:
src/RowInterfaceProvider.php#L57
MissingReturnType: Method Ray\Query\RowInterfaceProvider::handleSqlNotFound does not have a return type, expecting Ray\Query\RowInterface
|
sa / Psalm:
src/RowInterfaceProvider.php#L57
MissingParamType: Parameter $e has no provided type
|
sa / Psalm:
src/RowInterfaceProvider.php#L60
MixedAssignment: Unable to determine the type that $named is being assigned to
|
sa / Psalm:
src/RowInterfaceProvider.php#L60
MixedPropertyFetch: Cannot fetch property on mixed var $e
|
sa / Psalm:
src/RowInterfaceProvider.php#L61
MixedArgument: Argument 2 of Ray\Di\InjectorInterface::getInstance cannot be mixed, expecting string
|
sa / Psalm:
src/RowInterfaceProvider.php#L62
MixedArgument: Argument 2 of sprintf cannot be mixed, expecting float|int|string
|
sa / Psalm:
src/RowInterfaceProvider.php#L62
MixedArgument: Argument 3 of sprintf cannot be mixed, expecting float|int|string
|
sa / Psalm
Process completed with exit code 1.
|
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/
|
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 / 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 / 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/
|