-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathphpstan.neon
More file actions
22 lines (21 loc) · 779 Bytes
/
phpstan.neon
File metadata and controls
22 lines (21 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
parameters:
level: max
ignoreErrors:
- identifier: missingType.generics
paths:
- src/business-hours/src
- src/calendar/src
- src/calendar-doctrine/src
- src/calendar-holidays/src
- src/calendar-holidays-yasumi/src
- src/calendar-twig/src
- src/collection/src
- src/rate-limiter/src
- src/retry/src
- src/sleep/src
- src/symfony-bundle/src
excludePaths:
- src/calendar-holidays/src/Aeon/GoogleCalendar/ETL/*
- src/symfony-bundle/src/Aeon/Symfony/AeonBundle/Resources/config/*
- src/symfony-bundle/src/Aeon/Symfony/AeonBundle/Validator/Constraints/*
- src/symfony-bundle/src/Aeon/Symfony/AeonBundle/DependencyInjection/AeonExtension.php