🐞 fix: Linting cleanup
This commit is contained in:
+3
-1
@@ -19,6 +19,8 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "phpunit"
|
||||
"test": "phpunit",
|
||||
"lint": "phpcs --standard=phpcs.xml --report=full --report-file=phpcs-results.txt .",
|
||||
"lint:fix": "phpcbf --standard=phpcs.xml ."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user