make architecture simple DDD #200
Annotations
10 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.
|