-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
30 lines (27 loc) · 1002 Bytes
/
phpstan-baseline.neon
File metadata and controls
30 lines (27 loc) · 1002 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
parameters:
ignoreErrors:
-
message: "#^Class Pimcore\\\\Bundle\\\\ApplicationLoggerBundle\\\\Installer not found.$#"
reportUnmatched: false
count: 1
path: src/Installer.php
-
message: "#^Instantiated class Pimcore\\\\Bundle\\\\ApplicationLoggerBundle\\\\PimcoreApplicationLoggerBundle not found.$#"
reportUnmatched: false
count: 1
path: src/PimcoreDataImporterBundle.php
-
message: "#^Class Pimcore\\\\Bundle\\\\ApplicationLoggerBundle\\\\PimcoreApplicationLoggerBundle not found.$#"
reportUnmatched: false
count: 1
path: src/PimcoreDataImporterBundle.php
-
message: "#^Call to method guessMimeType\\(\\) on an unknown class Pimcore\\\\Helper\\\\MimeTypeHelper\\.$#"
reportUnmatched: false
count: 1
path: src/DataSource/Interpreter/CsvFileInterpreter.php
-
message: "#^Instantiated class Pimcore\\\\Helper\\\\MimeTypeHelper not found\\.$#"
reportUnmatched: false
count: 1
path: src/DataSource/Interpreter/CsvFileInterpreter.php