Passed
Push — master ( 5588e2...9d337e )
by Olivier
10:12
created
lib/HandlerProvider.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -16,12 +16,12 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.