Added void return type to setUp/tearDown test methods.

This commit is contained in:
Basilius Sauter
2019-06-27 09:40:12 +02:00
parent c4ff330928
commit e18cdd21cc
11 changed files with 134 additions and 86 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
],
"require-dev": {
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^8.0",
"phpunit/php-code-coverage": "*",
"friendsofphp/php-cs-fixer": "*"
}