Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove PHPUnit lock | Jeremy Benoist | 2019-07-08 | 1 | -1/+3 |
| | | | | | | It should now be PHPUnit 7.4. Update PHPStan configuration accordingly. Also, enable `inferPrivatePropertyTypeFromConstructor` for better phpDoc support in constructors. | ||||
* | Enable PHPStan | Jeremy Benoist | 2019-01-18 | 1 | -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) |