We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c85509e + c04ebc6 commit fb31154Copy full SHA for fb31154
accepted/PSR-14-event-dispatcher.md
@@ -147,7 +147,7 @@ interface ListenerProviderInterface
147
* An iterable (array, iterator, or generator) of callables. Each
148
* callable MUST be type-compatible with $event.
149
*/
150
- public function getListenersForEvent(object $event) : iterable;
+ public function getListenersForEvent(object $event): iterable;
151
}
152
```
153
@@ -173,6 +173,6 @@ interface StoppableEventInterface
173
* True if the Event is complete and no further listeners should be called.
174
* False to continue calling listeners.
175
176
- public function isPropagationStopped() : bool;
+ public function isPropagationStopped(): bool;
177
178
0 commit comments