-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathphpstan-baseline.neon
51 lines (42 loc) · 2.23 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
parameters:
ignoreErrors:
-
message: "#^Property Leapt\\\\CoreBundle\\\\Datalist\\\\Datalist\\:\\:\\$iterator \\(Iterator\\) does not accept Traversable\\<mixed, mixed\\>\\.$#"
count: 1
path: src/Datalist/Datalist.php
-
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, Iterator given\\.$#"
count: 1
path: src/Datalist/Datasource/AbstractDatasource.php
-
message: "#^Method Leapt\\\\CoreBundle\\\\Datalist\\\\Field\\\\DatalistField\\:\\:getType\\(\\) should return Leapt\\\\CoreBundle\\\\Datalist\\\\Field\\\\Type\\\\FieldTypeInterface but returns Leapt\\\\CoreBundle\\\\Datalist\\\\TypeInterface\\.$#"
count: 1
path: src/Datalist/Field/DatalistField.php
-
message: "#^Method Leapt\\\\CoreBundle\\\\Datalist\\\\Filter\\\\DatalistFilter\\:\\:getType\\(\\) should return Leapt\\\\CoreBundle\\\\Datalist\\\\Filter\\\\Type\\\\FilterTypeInterface but returns Leapt\\\\CoreBundle\\\\Datalist\\\\TypeInterface\\.$#"
count: 1
path: src/Datalist/Filter/DatalistFilter.php
-
message: "#^Method Leapt\\\\CoreBundle\\\\Paginator\\\\DoctrineORMPaginator\\:\\:getIterator\\(\\) should return ArrayIterator but returns Traversable\\<\\(int\\|string\\), mixed\\>\\.$#"
count: 1
path: src/Paginator/DoctrineORMPaginator.php
-
message: "#^Call to function method_exists\\(\\) with 'Endroid\\\\\\\\QrCode\\\\\\\\Builder\\\\\\\\Builder' and 'create' will always evaluate to false\\.$#"
count: 1
path: src/Twig/Extension/QrCodeExtension.php
-
message: "#^Method Leapt\\\\CoreBundle\\\\Tests\\\\LeaptCoreTestingKernel\\:\\:configureContainer\\(\\) is unused\\.$#"
count: 1
path: tests/LeaptCoreTestingKernel.php
-
message: "#^Method Leapt\\\\CoreBundle\\\\Tests\\\\LeaptCoreTestingKernel\\:\\:configureRoutes\\(\\) is unused\\.$#"
count: 1
path: tests/LeaptCoreTestingKernel.php
-
message: "#^Property Leapt\\\\CoreBundle\\\\Tests\\\\Listener\\\\Fixtures\\\\Entity\\\\User\\:\\:\\$id is never written, only read\\.$#"
count: 1
path: tests/Listener/Fixtures/Entity/User.php
-
message: "#^Property Leapt\\\\CoreBundle\\\\Tests\\\\Paginator\\\\Entity\\\\Player\\:\\:\\$id is never written, only read\\.$#"
count: 1
path: tests/Paginator/Entity/Player.php