Skip to content

myrestbundle removed #201

myrestbundle removed

myrestbundle removed #201

Triggered via push December 21, 2024 19:07
Status Failure
Total duration 1m 2s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors
PHPStan: src/Account/Controller/CreateAccountController.php#L24
Magic constant __METHOD__ is always empty outside a function.
PHPStan: src/Account/Controller/DeleteAccountController.php#L21
Magic constant __METHOD__ is always empty outside a function.
PHPStan: src/Account/Controller/GetAccountController.php#L21
Magic constant __METHOD__ is always empty outside a function.
PHPStan: src/Account/Controller/ListAccountController.php#L21
Magic constant __METHOD__ is always empty outside a function.
PHPStan: src/Account/Controller/UpdateAccountController.php#L24
Magic constant __METHOD__ is always empty outside a function.
PHPStan: src/Account/Dto/Payload/AccountPayload.php#L15
Class App\Account\Dto\Payload\AccountPayload has an uninitialized property $name. Give it default value or assign it in the constructor.
PHPStan: src/Account/Entity/Account.php#L43
Property App\Account\Entity\Account::$user type mapping mismatch: property can contain App\User\Entity\User|null but database expects App\User\Entity\User.
PHPStan: src/Budget/Controller/CreateBudgetController.php#L24
Magic constant __METHOD__ is always empty outside a function.
PHPStan: src/Budget/Controller/DeleteBudgetController.php#L21
Magic constant __METHOD__ is always empty outside a function.
PHPStan: src/Budget/Controller/DuplicateBudgetController.php#L22
Magic constant __METHOD__ is always empty outside a function.
Run Tests
Process completed with exit code 2.