Completed
Push — master ( 97be4b...1dea1e )
by Portey
03:17
created
src/Definition/FieldListType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 
28 28
     public function resolve($value = null, $args = [])
29 29
     {
30
-        if($value instanceof AbstractScalarType){
30
+        if ($value instanceof AbstractScalarType) {
31 31
             return [];
32 32
         }
33 33
 
Please login to merge, or discard this patch.