diff --git a/phpstan.neon b/phpstan.neon new file mode 100644 index 0000000000..3f22ca8dc9 --- /dev/null +++ b/phpstan.neon @@ -0,0 +1,7 @@ +parameters: + level: 1 + bootstrapFiles: + - config/bootstrap.php + earlyTerminatingMethodCalls: + App\Core\Log: + - unexpected_exception \ No newline at end of file