-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
25 lines (22 loc) · 962 Bytes
/
Copy pathphpstan-baseline.neon
File metadata and controls
25 lines (22 loc) · 962 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
parameters:
ignoreErrors:
-
message: '#^Call to method getLayout\(\) on an unknown class Contao\\CoreBundle\\Event\\LayoutEvent\.$#'
identifier: class.notFound
count: 2
path: src/EventListener/InjectPageEntriesListener.php
-
message: '#^Call to method getPage\(\) on an unknown class Contao\\CoreBundle\\Event\\LayoutEvent\.$#'
identifier: class.notFound
count: 2
path: src/EventListener/InjectPageEntriesListener.php
-
message: '#^Call to method getTemplate\(\) on an unknown class Contao\\CoreBundle\\Event\\LayoutEvent\.$#'
identifier: class.notFound
count: 2
path: src/EventListener/InjectPageEntriesListener.php
-
message: '#^Parameter \$event of method HeimrichHannot\\EncoreBundle\\EventListener\\InjectPageEntriesListener\:\:onLayoutEvent\(\) has invalid type Contao\\CoreBundle\\Event\\LayoutEvent\.$#'
identifier: class.notFound
count: 1
path: src/EventListener/InjectPageEntriesListener.php