We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23591f commit b80301fCopy full SHA for b80301f
config/git-hooks.php
@@ -170,7 +170,7 @@
170
'code_analyzers' => [
171
'laravel_pint' => [
172
'path' => env('LARAVEL_PINT_PATH', 'vendor/bin/pint'),
173
- 'config' => env('LARAVEL_PINT_CONFIG', 'pint.json'),
+ 'config' => env('LARAVEL_PINT_CONFIG'),
174
'preset' => env('LARAVEL_PINT_PRESET', 'laravel'),
175
'file_extensions' => env('LARAVEL_PINT_FILE_EXTENSIONS', '/\.php$/'),
176
],
0 commit comments