Enable PHPStan

This commit is contained in:
Jeremy Benoist
2019-02-07 15:51:31 +01:00
parent 6a0f3337a6
commit 74d9cc605a
7 changed files with 151 additions and 121 deletions
+3
View File
@@ -40,5 +40,8 @@
},
"autoload": {
"psr-4": { "Readability\\": "src/" }
},
"autoload-dev": {
"psr-4": { "Tests\\Readability\\": "tests/" }
}
}