refactor: return types - type hints - possible exceptions #8
Annotations
5 errors
phpstan:
src/Services/PocketServices.php#L11
Call to an undefined method Illuminate\Database\Eloquent\Model::deposit().
|
phpstan:
src/Services/PocketServices.php#L16
Call to an undefined method Illuminate\Database\Eloquent\Model::pay().
|
phpstan:
src/Services/PocketServices.php#L21
Access to an undefined property Illuminate\Database\Eloquent\Model::$walletBalance.
|
phpstan:
src/Services/PocketServices.php#L26
Call to an undefined method Illuminate\Database\Eloquent\Model::getWalletBalanceByType().
|
phpstan
Process completed with exit code 1.
|