@@ -16,12 +16,12 @@ |
||
16 | 16 | */ |
17 | 17 | interface HandlerProvider |
18 | 18 | { |
19 | - /** |
|
20 | - * @param object $message |
|
21 | - * A message for which to return the relevant handler. |
|
22 | - * |
|
23 | - * @return callable|null |
|
24 | - * A callable that MUST be type-compatible with $message. |
|
25 | - */ |
|
26 | - public function getHandlerForMessage(object $message): ?callable; |
|
19 | + /** |
|
20 | + * @param object $message |
|
21 | + * A message for which to return the relevant handler. |
|
22 | + * |
|
23 | + * @return callable|null |
|
24 | + * A callable that MUST be type-compatible with $message. |
|
25 | + */ |
|
26 | + public function getHandlerForMessage(object $message): ?callable; |
|
27 | 27 | } |