1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Enable PHPStan level 2 with baseline

This commit is contained in:
Yassine Guedidi 2022-08-01 11:10:03 +01:00 committed by Jeremy Benoist
parent cb2abfd363
commit e59a43596f
No known key found for this signature in database
GPG key ID: 7168D5DD29F38552
2 changed files with 486 additions and 1 deletions

View file

@ -2,7 +2,7 @@ includes:
- phpstan-baseline.neon
parameters:
level: 1
level: 2
paths:
- src
- tests