diff --git a/phpstan.neon b/phpstan.neon index d6b9d28fd..314df9516 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -18,12 +18,15 @@ parameters: tipsOfTheDay: false # Additional Larastan Rules + enableMigrationCache: true noUnnecessaryEnumerableToArrayCalls: true checkModelProperties: true + parseModelCastsMethod: true checkOctaneCompatibility: true checkModelMethodVisibility: true checkAuthCallsWhenInRequestScope: true checkConfigTypes: true + generalizeEnvReturnType: true tmpDir: ./storage/phpstan paths: