-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathphpstan-baseline.neon
37 lines (32 loc) · 1.85 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
32
33
34
35
36
37
parameters:
ignoreErrors:
-
message: '#^Method Baldwin\\UrlDataIntegrityChecker\\Checker\\Catalog\\Category\\UrlPath\:\:getAllInvisibleRootIds\(\) should return array\<string\> but returns array\.$#'
identifier: return.type
count: 1
path: Checker/Catalog/Category/UrlPath.php
-
message: '#^Parameter \#1 \$arguments of method Baldwin\\UrlDataIntegrityChecker\\Model\\ResourceModel\\Catalog\\Category\\UrlKeyCollection\:\:createDataObject\(\) expects array\<string, mixed\>, array\<mixed, mixed\> given\.$#'
identifier: argument.type
count: 1
path: Model/ResourceModel/Catalog/Category/UrlKeyCollection.php
-
message: '#^Parameter \#1 \$arguments of method Baldwin\\UrlDataIntegrityChecker\\Model\\ResourceModel\\Catalog\\Category\\UrlPathCollection\:\:createDataObject\(\) expects array\<string, mixed\>, array\<mixed, mixed\> given\.$#'
identifier: argument.type
count: 1
path: Model/ResourceModel/Catalog/Category/UrlPathCollection.php
-
message: '#^Parameter \#1 \$arguments of method Baldwin\\UrlDataIntegrityChecker\\Model\\ResourceModel\\Catalog\\Product\\UrlKeyCollection\:\:createDataObject\(\) expects array\<string, mixed\>, array\<mixed, mixed\> given\.$#'
identifier: argument.type
count: 1
path: Model/ResourceModel/Catalog/Product/UrlKeyCollection.php
-
message: '#^Parameter \#1 \$arguments of method Baldwin\\UrlDataIntegrityChecker\\Model\\ResourceModel\\Catalog\\Product\\UrlPathCollection\:\:createDataObject\(\) expects array\<string, mixed\>, array\<mixed, mixed\> given\.$#'
identifier: argument.type
count: 1
path: Model/ResourceModel/Catalog/Product/UrlPathCollection.php
-
message: '#^Method Baldwin\\UrlDataIntegrityChecker\\Storage\\Meta\:\:getData\(\) should return array\<string, mixed\> but returns array\<mixed\>\.$#'
identifier: return.type
count: 1
path: Storage/Meta.php