-
Notifications
You must be signed in to change notification settings - Fork 49
/
phpstan-baseline.neon
31 lines (26 loc) · 1.02 KB
/
phpstan-baseline.neon
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
31
parameters:
ignoreErrors:
-
message: "#^Call to static method create\\(\\) on an unknown class Symfony\\\\Component\\\\HttpClient\\\\HttpClient\\.$#"
count: 1
path: src/ClientFactory/SymfonyFactory.php
-
message: "#^Class Http\\\\Client\\\\Plugin\\\\Vcr\\\\NamingStrategy\\\\NamingStrategyInterface not found\\.$#"
count: 1
path: src/DependencyInjection/Configuration.php
-
message: "#^Class Http\\\\Client\\\\Plugin\\\\Vcr\\\\Recorder\\\\PlayerInterface not found\\.$#"
count: 1
path: src/DependencyInjection/Configuration.php
-
message: "#^Class Http\\\\Client\\\\Plugin\\\\Vcr\\\\Recorder\\\\RecorderInterface not found\\.$#"
count: 1
path: src/DependencyInjection/Configuration.php
-
message: "#^Class Http\\\\Client\\\\Plugin\\\\Vcr\\\\RecordPlugin not found\\.$#"
count: 1
path: src/DependencyInjection/HttplugExtension.php
-
message: "#^Class Http\\\\Client\\\\Plugin\\\\Vcr\\\\ReplayPlugin not found\\.$#"
count: 1
path: src/DependencyInjection/HttplugExtension.php