Enforce PHP and Blade formatting
All checks were successful
Tests / Laravel tests (pull_request) Successful in 12m39s
All checks were successful
Tests / Laravel tests (pull_request) Successful in 12m39s
This commit is contained in:
@@ -61,6 +61,12 @@
|
||||
],
|
||||
"analyse": [
|
||||
"phpstan analyse --memory-limit=1G"
|
||||
],
|
||||
"format": [
|
||||
"pint"
|
||||
],
|
||||
"format:check": [
|
||||
"pint --test"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
|
||||
Reference in New Issue
Block a user