chore: psr12 (#964)

This commit is contained in:
feek
2020-06-23 06:59:56 +02:00
committed by GitHub
parent 4cd3362dfd
commit 4aa919c09f
11 changed files with 46 additions and 27 deletions
+2 -2
View File
@@ -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"
}
}