Skip to content

Upgrade to CakePHP 4.5.0 #616

Upgrade to CakePHP 4.5.0

Upgrade to CakePHP 4.5.0 #616

Triggered via pull request July 26, 2023 03:27
Status Failure
Total duration 3m 54s
Artifacts

ci.yml

on: pull_request
jest
53s
jest
Browser Acceptance
2m 20s
Browser Acceptance
flutter-test
3m 43s
flutter-test
Coding Standard & Static Analysis
30s
Coding Standard & Static Analysis
Matrix: phpunit
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 4 warnings
LessSpecificImplementedReturnType: src/Model/Table/ApiTokensTable.php#L13
src/Model/Table/ApiTokensTable.php:13:12: LessSpecificImplementedReturnType: The inherited return type 'false|iterable<mixed, Cake\Datasource\EntityInterface>' for Cake\ORM\Table::saveMany is more specific than the implemented return type for Cake\ORM\Table::savemany 'Cake\Datasource\ResultSetInterface|array<array-key, App\Model\Entity\ApiToken>|false' (see https://psalm.dev/166)
LessSpecificImplementedReturnType: src/Model/Table/ApiTokensTable.php#L13
src/Model/Table/ApiTokensTable.php:13:12: LessSpecificImplementedReturnType: The inherited return type 'iterable<mixed, Cake\Datasource\EntityInterface>' for Cake\ORM\Table::saveManyOrFail is more specific than the implemented return type for Cake\ORM\Table::savemanyorfail 'Cake\Datasource\ResultSetInterface|array<array-key, App\Model\Entity\ApiToken>' (see https://psalm.dev/166)
LessSpecificImplementedReturnType: src/Model/Table/ApiTokensTable.php#L13
src/Model/Table/ApiTokensTable.php:13:12: LessSpecificImplementedReturnType: The inherited return type 'false|iterable<mixed, Cake\Datasource\EntityInterface>' for Cake\ORM\Table::deleteMany is more specific than the implemented return type for Cake\ORM\Table::deletemany 'Cake\Datasource\ResultSetInterface|array<array-key, App\Model\Entity\ApiToken>|false' (see https://psalm.dev/166)
LessSpecificImplementedReturnType: src/Model/Table/ApiTokensTable.php#L13
src/Model/Table/ApiTokensTable.php:13:12: LessSpecificImplementedReturnType: The inherited return type 'iterable<mixed, Cake\Datasource\EntityInterface>' for Cake\ORM\Table::deleteManyOrFail is more specific than the implemented return type for Cake\ORM\Table::deletemanyorfail 'Cake\Datasource\ResultSetInterface|array<array-key, App\Model\Entity\ApiToken>' (see https://psalm.dev/166)
LessSpecificImplementedReturnType: src/Model/Table/CalendarItemsTable.php#L13
src/Model/Table/CalendarItemsTable.php:13:12: LessSpecificImplementedReturnType: The inherited return type 'false|iterable<mixed, Cake\Datasource\EntityInterface>' for Cake\ORM\Table::saveMany is more specific than the implemented return type for Cake\ORM\Table::savemany 'Cake\Datasource\ResultSetInterface|array<array-key, App\Model\Entity\CalendarItem>|false' (see https://psalm.dev/166)
LessSpecificImplementedReturnType: src/Model/Table/CalendarItemsTable.php#L13
src/Model/Table/CalendarItemsTable.php:13:12: LessSpecificImplementedReturnType: The inherited return type 'iterable<mixed, Cake\Datasource\EntityInterface>' for Cake\ORM\Table::saveManyOrFail is more specific than the implemented return type for Cake\ORM\Table::savemanyorfail 'Cake\Datasource\ResultSetInterface|array<array-key, App\Model\Entity\CalendarItem>' (see https://psalm.dev/166)
LessSpecificImplementedReturnType: src/Model/Table/CalendarItemsTable.php#L13
src/Model/Table/CalendarItemsTable.php:13:12: LessSpecificImplementedReturnType: The inherited return type 'false|iterable<mixed, Cake\Datasource\EntityInterface>' for Cake\ORM\Table::deleteMany is more specific than the implemented return type for Cake\ORM\Table::deletemany 'Cake\Datasource\ResultSetInterface|array<array-key, App\Model\Entity\CalendarItem>|false' (see https://psalm.dev/166)
LessSpecificImplementedReturnType: src/Model/Table/CalendarItemsTable.php#L13
src/Model/Table/CalendarItemsTable.php:13:12: LessSpecificImplementedReturnType: The inherited return type 'iterable<mixed, Cake\Datasource\EntityInterface>' for Cake\ORM\Table::deleteManyOrFail is more specific than the implemented return type for Cake\ORM\Table::deletemanyorfail 'Cake\Datasource\ResultSetInterface|array<array-key, App\Model\Entity\CalendarItem>' (see https://psalm.dev/166)
LessSpecificImplementedReturnType: src/Model/Table/CalendarProvidersTable.php#L10
src/Model/Table/CalendarProvidersTable.php:10:12: LessSpecificImplementedReturnType: The inherited return type 'false|iterable<mixed, Cake\Datasource\EntityInterface>' for Cake\ORM\Table::saveMany is more specific than the implemented return type for Cake\ORM\Table::savemany 'Cake\Datasource\ResultSetInterface|array<array-key, App\Model\Entity\CalendarProvider>|false' (see https://psalm.dev/166)
LessSpecificImplementedReturnType: src/Model/Table/CalendarProvidersTable.php#L10
src/Model/Table/CalendarProvidersTable.php:10:12: LessSpecificImplementedReturnType: The inherited return type 'iterable<mixed, Cake\Datasource\EntityInterface>' for Cake\ORM\Table::saveManyOrFail is more specific than the implemented return type for Cake\ORM\Table::savemanyorfail 'Cake\Datasource\ResultSetInterface|array<array-key, App\Model\Entity\CalendarProvider>' (see https://psalm.dev/166)
jest
Process completed with exit code 1.
Browser Acceptance
Process completed with exit code 2.
phpunit (7.4, sqlite)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@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 (7.4, pgsql)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@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 (7.4, mysql)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
flutter-test
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/