-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphpstan-baseline.neon
25 lines (18 loc) · 1.05 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
parameters:
ignoreErrors:
-
message: "#^Property OxidEsales\\\\GraphQL\\\\Translations\\\\Dao\\\\LanguageDao\\:\\:\\$queryBuilderFactory has unknown class OxidEsales\\\\EshopCommunity\\\\Internal\\\\Framework\\\\Database\\\\QueryBuilderFactoryInterface as its type\\.$#"
count: 1
path: src/Dao/LanguageDao.php
-
message: "#^Parameter \\$queryBuilderFactory of method OxidEsales\\\\GraphQL\\\\Translations\\\\Dao\\\\LanguageDao\\:\\:__construct\\(\\) has invalid typehint type OxidEsales\\\\EshopCommunity\\\\Internal\\\\Framework\\\\Database\\\\QueryBuilderFactoryInterface\\.$#"
count: 1
path: src/Dao/LanguageDao.php
-
message: "#^Call to method create\\(\\) on an unknown class OxidEsales\\\\EshopCommunity\\\\Internal\\\\Framework\\\\Database\\\\QueryBuilderFactoryInterface\\.$#"
count: 3
path: src/Dao/LanguageDao.php
-
message: "#^Call to static method getInstance\\(\\) on an unknown class OxidEsales\\\\EshopCommunity\\\\Internal\\\\Container\\\\ContainerFactory\\.$#"
count: 2
path: src/DataObject/Language.php