forked from wallabag/wallabag
Enable PHPStan
- Fix error for level 0 & 1 (level 7 has 699 errors...) - Add `updated_at` to site_credential (so the `timestamps()` method applies correctly)
This commit is contained in:
@ -92,7 +92,11 @@
|
||||
"symfony/phpunit-bridge": "^4.2",
|
||||
"friendsofphp/php-cs-fixer": "~2.13",
|
||||
"m6web/redis-mock": "^4.1",
|
||||
"dama/doctrine-test-bundle": "^5.0"
|
||||
"dama/doctrine-test-bundle": "^5.0",
|
||||
"phpstan/phpstan": "^0.11.0",
|
||||
"phpstan/phpstan-phpunit": "^0.11.0",
|
||||
"phpstan/phpstan-symfony": "^0.11.0",
|
||||
"phpstan/phpstan-doctrine": "^0.11.0"
|
||||
},
|
||||
"scripts": {
|
||||
"post-cmd": [
|
||||
|
||||
Reference in New Issue
Block a user