aboutsummaryrefslogtreecommitdiffhomepage
path: root/phpstan.neon
Commit message (Collapse)AuthorAgeFilesLines
* Remove PHPUnit lockJeremy Benoist2019-07-081-1/+3
| | | | | | It should now be PHPUnit 7.4. Update PHPStan configuration accordingly. Also, enable `inferPrivatePropertyTypeFromConstructor` for better phpDoc support in constructors.
* Enable PHPStanJeremy Benoist2019-01-181-0/+13
- Fix error for level 0 & 1 (level 7 has 699 errors...) - Add `updated_at` to site_credential (so the `timestamps()` method applies correctly)