Completed
Push — master ( e9704f...151de8 )
by Portey
04:16
created
src/Validator/ResolveValidator/ResolveValidator.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,9 @@
 block discarded – undo
149 149
     {
150 150
         $unionTypes = $unionType->getTypes();
151 151
         $valid      = false;
152
-        if (empty($unionTypes)) return false;
152
+        if (empty($unionTypes)) {
153
+            return false;
154
+        }
153 155
 
154 156
         foreach ($unionTypes as $unionType) {
155 157
             if ($unionType->getName() == $type->getName()) {
Please login to merge, or discard this patch.