Completed
Push — master ( 3a14e9...fe7442 )
by Portey
04:17
created
src/Introspection/Traits/TypeCollectorTrait.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -41,9 +41,9 @@
 block discarded – undo
41 41
                 } else {
42 42
                     $interfaces = $type->getConfig()->getInterfaces();
43 43
 
44
-                    if(is_array($interfaces) && $interfaces) {
45
-                        foreach($interfaces as $interface){
46
-                            if($this->insertType($interface->getName(), $interface)){
44
+                    if (is_array($interfaces) && $interfaces) {
45
+                        foreach ($interfaces as $interface) {
46
+                            if ($this->insertType($interface->getName(), $interface)) {
47 47
                                 $this->collectFieldsArgsTypes($interface);
48 48
                             }
49 49
                         }
Please login to merge, or discard this patch.