Passed
Push — master ( 1f8e16...de5df5 )
by Stf
02:41
created
src/Kernel/Traits/Registerable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
     {
12 12
         $reflectedConcern = new \ReflectionClass($callback);
13 13
 
14
-        if($reflectedConcern->implementsInterface(Fluent::class)) 
14
+        if ($reflectedConcern->implementsInterface(Fluent::class)) 
15 15
         {
16 16
             $fluentReflection = new ReflectionClass(Fluent::class);
17 17
             ("add_$type")($hook, array($callback, reset($fluentReflection->getMethods())->name));
Please login to merge, or discard this patch.