-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.neon
More file actions
30 lines (30 loc) · 925 Bytes
/
extension.neon
File metadata and controls
30 lines (30 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
rules:
- Launchpad\PHPStan\PerformanceRule
- Launchpad\PHPStan\Hook\BaseHookAPIRule
- Launchpad\PHPStan\Hook\SyntaxRule
- Launchpad\PHPStan\Hook\HeavyInitRule
- Launchpad\PHPStan\Transients\BaseAPIRule
- Launchpad\PHPStan\Options\BaseAPIRule
- Launchpad\PHPStan\Queue\BaseAPIRule
- Launchpad\PHPStan\Assets\BaseAPIRule
- Launchpad\PHPStan\Container\InflectorRule
- Launchpad\PHPStan\Exception\NoExceptionRule
- Launchpad\PHPStan\Architecture\SingletonRule
- Launchpad\PHPStan\Architecture\StaticRule
services:
-
class: Launchpad\PHPStan\Container\InflectorRule
arguments:
- @reflectionProvider
-
class: Launchpad\PHPStan\Hook\HeavyInitRule
arguments:
- @reflectionProvider
-
class: Launchpad\PHPStan\Exception\NoExceptionRule
arguments:
- @reflectionProvider
-
class: Launchpad\PHPStan\Architecture\SingletonRule
arguments:
- @reflectionProvider