mirror of
https://github.com/cerbero90/json-parser.git
synced 2025-01-17 21:18:41 +01:00
Add command to run static analysis
This commit is contained in:
parent
1ec714ab62
commit
6ddb7fb23e
@ -46,6 +46,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "pest",
|
"test": "pest",
|
||||||
|
"static": "phpstan analyze",
|
||||||
"check-style": "phpcs --standard=PSR12 src",
|
"check-style": "phpcs --standard=PSR12 src",
|
||||||
"fix-style": "phpcbf --standard=PSR12 src"
|
"fix-style": "phpcbf --standard=PSR12 src"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user