Skip to content

Start to add ApplicationDeployment database class #40

Start to add ApplicationDeployment database class

Start to add ApplicationDeployment database class #40

Triggered via push March 31, 2024 22:31
Status Failure
Total duration 27s
Artifacts

tests.yml

on: push
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
Tests PHP 8.1: src/Domain/Application/ApplicationDeploymentRepository.php#L27
PHPDoc tag @throws with type App\Infrastructure\Persistence\Application\ApplicationNotFoundException is not subtype of Throwable
Tests PHP 8.1: src/Infrastructure/Persistence/Application/PDOApplicationDeploymentRepository.php#L22
Method App\Infrastructure\Persistence\Application\PDOApplicationDeploymentRepository::create() should return App\Domain\Application\ApplicationDeployment but return statement is missing.
Tests PHP 8.1: src/Infrastructure/Persistence/Application/PDOApplicationDeploymentRepository.php#L30
Method App\Infrastructure\Persistence\Application\PDOApplicationDeploymentRepository::update() should return App\Domain\Application\ApplicationDeployment but return statement is missing.
Tests PHP 8.1: src/Infrastructure/Persistence/Application/PDOApplicationDeploymentRepository.php#L43
Instantiated class App\Infrastructure\Persistence\Application\ApplicationNotFoundException not found.
Tests PHP 8.1: src/Infrastructure/Persistence/Application/PDOApplicationDeploymentRepository.php#L43
Throwing object of an unknown class App\Infrastructure\Persistence\Application\ApplicationNotFoundException.
Tests PHP 8.1
Process completed with exit code 1.
Tests PHP 8.1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests PHP 8.1
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/