Skip to content

Fix "FROM" with the specified database #27

Fix "FROM" with the specified database

Fix "FROM" with the specified database #27

Re-run triggered September 30, 2023 11:06
Status Failure
Total duration 55s
Artifacts

continuous-integration.yml

on: pull_request
Matrix: Code Quality
Matrix: PHPUnit with Code Coverage
Matrix: PHPUnit with prefer-lowest
Matrix: PHPUnit
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 4 warnings
Code Quality (7.4): src/Mouf/Database/QueryWriter/QueryResult.php#L93
PHPDoc tag @return with type array<string, Mouf\Utils\Value\ValueInterface|string>|Mouf\Utils\Value\ArrayValueInterface is not subtype of native type array.
Code Quality (7.4): src/Mouf/Database/QueryWriter/QueryResult.php#L95
Method Mouf\Database\QueryWriter\QueryResult::getParameters() should return array but returns array<string, Mouf\Utils\Value\ValueInterface|string>|Mouf\Utils\Value\ArrayValueInterface.
Code Quality (7.4): src/Mouf/Database/QueryWriter/QueryResult.php#L131
Method Mouf\Database\QueryWriter\QueryResult::getParametersForBind() should return array but returns array<string, Mouf\Utils\Value\ValueInterface|string>|Mouf\Utils\Value\ArrayValueInterface.
Code Quality (7.4): src/Mouf/Database/QueryWriter/QueryResult.php#L136
Parameter #2 $arr2 of function array_intersect_key expects array, array<string, Mouf\Utils\Value\ValueInterface|string>|Mouf\Utils\Value\ArrayValueInterface given.
Code Quality (7.4)
Process completed with exit code 1.
Code Quality (7.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit with Code Coverage (7.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit with prefer-lowest (7.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPUnit (8.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/