forked from phly/phly-event-dispatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
46 lines (38 loc) · 2.07 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
parameters:
ignoreErrors:
-
message: "#^Method Phly\\\\EventDispatcher\\\\EventDispatcherFactory\\:\\:__invoke\\(\\) should return Psr\\\\EventDispatcher\\\\EventDispatcherInterface but returns object\\.$#"
count: 1
path: src/EventDispatcherFactory.php
-
message: "#^Method Phly\\\\EventDispatcher\\\\LazyListener\\:\\:getListener\\(\\) has parameter \\$service with no type specified\\.$#"
count: 1
path: src/LazyListener.php
-
message: "#^PHPDoc tag @var above a method has no effect\\.$#"
count: 1
path: src/LazyListener.php
-
message: "#^Method Phly\\\\EventDispatcher\\\\ListenerProvider\\\\AttachableListenerProvider\\:\\:getListenersForEvent\\(\\) return type has no value type specified in iterable type iterable\\.$#"
count: 1
path: src/ListenerProvider/AttachableListenerProvider.php
-
message: "#^Property Phly\\\\EventDispatcher\\\\ListenerProvider\\\\AttachableListenerProvider\\:\\:\\$listeners has no type specified\\.$#"
count: 1
path: src/ListenerProvider/AttachableListenerProvider.php
-
message: "#^Method Phly\\\\EventDispatcher\\\\ListenerProvider\\\\ListenerProviderAggregate\\:\\:getListenersForEvent\\(\\) return type has no value type specified in iterable type iterable\\.$#"
count: 1
path: src/ListenerProvider/ListenerProviderAggregate.php
-
message: "#^Method Phly\\\\EventDispatcher\\\\ListenerProvider\\\\PrioritizedListenerProvider\\:\\:getListenersForEvent\\(\\) return type has no value type specified in iterable type iterable\\.$#"
count: 1
path: src/ListenerProvider/PrioritizedListenerProvider.php
-
message: "#^Property Phly\\\\EventDispatcher\\\\ListenerProvider\\\\PrioritizedListenerProvider\\:\\:\\$listeners has no type specified\\.$#"
count: 1
path: src/ListenerProvider/PrioritizedListenerProvider.php
-
message: "#^Method Phly\\\\EventDispatcher\\\\ListenerProvider\\\\RandomizedListenerProvider\\:\\:getListenersForEvent\\(\\) return type has no value type specified in iterable type iterable\\.$#"
count: 1
path: src/ListenerProvider/RandomizedListenerProvider.php