Reinstate PHP7 code in tests

This commit is contained in:
Justin Foell
2021-03-26 11:04:36 -05:00
parent 28b994fbfa
commit 280a9dfe26
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,6 +15,6 @@
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1"
},
"scripts": {
"lint:php": "@php ./vendor/bin/phpcs -s"
"lint": "@php ./vendor/bin/phpcs -s"
}
}