Passed
Pull Request — master (#662)
by Maxim
07:27
created
src/Queue/src/Attribute/QueueableTrait.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 
28 28
         $reflection = new \ReflectionClass($class);
29 29
 
30
-        if ($reflection->isInterface()) {
30
+        if ($reflection->isInterface()){
31 31
             return null;
32 32
         }
33 33
 
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,8 @@
 block discarded – undo
27 27
 
28 28
         $reflection = new \ReflectionClass($class);
29 29
 
30
-        if ($reflection->isInterface()) {
30
+        if ($reflection->isInterface())
31
+        {
31 32
             return null;
32 33
         }
33 34
 
Please login to merge, or discard this patch.