-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathphpstan-baseline.neon
31 lines (26 loc) · 1.1 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 an undefined method Symfony\\\\Component\\\\HttpFoundation\\\\Session\\\\SessionInterface\\:\\:getFlashBag\\(\\)\\.$#"
count: 3
path: src/EventSubscriber/EasyAdminSubscriber.php
-
message: "#^Call to an undefined method Faker\\\\Generator\\:\\:getSqlFile\\(\\)\\.$#"
count: 1
path: src/Factory/BackupFactory.php
-
message: "#^Call to an undefined method App\\\\Entity\\\\AdapterConfig\\:\\:setS3BucketName\\(\\)\\.$#"
count: 2
path: tests/Validator/AdapterValidatorTest.php
-
message: "#^Call to an undefined method App\\\\Entity\\\\AdapterConfig\\:\\:setS3BucketName\\(\\)\\.$#"
count: 2
path: tests/Fixtures/DataProvider.php
-
message: "#^Call to an undefined method App\\\\Entity\\\\AdapterConfig\\:\\:setFtpUsername\\(\\)\\.$#"
count: 2
path: tests/Fixtures/DataProvider.php
-
message: "#^Method App\\\\Tests\\\\Fixtures\\\\DataProvider\\:\\:getLocalS3Adapter\\(\\)\\ should return App\\\\Entity\\\\LocalAdapter but returns App\\\\Entity\\\\AdapterConfig.$#"
count: 1
path: tests/Fixtures/DataProvider.php