mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
chore: psr12 (#964)
This commit is contained in:
+2
-2
@@ -60,8 +60,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"analyze": "psalm",
|
||||
"check-style": "phpcs -p --standard=PSR2 src/",
|
||||
"fix-style": "phpcbf -p --standard=PSR2 src/",
|
||||
"check-style": "phpcs -p --standard=PSR12 src/",
|
||||
"fix-style": "phpcbf -p --standard=PSR12 src/",
|
||||
"test": "phpunit"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user