clean-code #4

Merged
TorstenHettstedt merged 9 commits from clean-code into master 2021-03-23 16:25:58 +01:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit f890a9df67 - Show all commits
+2 -1
View File
@@ -27,6 +27,7 @@
"require-dev": {
"codeception/codeception": "^4.1.18",
"codeception/module-phpbrowser": "^1.0.0",
"codeception/module-asserts": "^1.0.0"
"codeception/module-asserts": "^1.0.0",
"phpstan/phpstan" : "^0.12.82"
}
}
+5
View File
@@ -0,0 +1,5 @@
parameters:
level: 6
paths:
- src
- tests/unit