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 3a68f06 commit c23591fCopy full SHA for c23591f
config/git-hooks.php
@@ -171,7 +171,7 @@
171
'laravel_pint' => [
172
'path' => env('LARAVEL_PINT_PATH', 'vendor/bin/pint'),
173
'config' => env('LARAVEL_PINT_CONFIG', 'pint.json'),
174
- 'preset' => env('LARAVEL_PINT_PRESET', 'psr12'),
+ 'preset' => env('LARAVEL_PINT_PRESET', 'laravel'),
175
'file_extensions' => env('LARAVEL_PINT_FILE_EXTENSIONS', '/\.php$/'),
176
],
177
'php_code_sniffer' => [
0 commit comments