Completed
Push — master ( e40fed...ed70fa )
by Portey
02:55
created
src/Definition/ArgumentListType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     public function resolve($value = null, $args = [])
19 19
     {
20 20
         /** @var $value Field */
21
-        if ($value->getConfig()->getType() instanceof AbstractScalarType){
21
+        if ($value->getConfig()->getType() instanceof AbstractScalarType) {
22 22
             return [];
23 23
         }
24 24
 
Please login to merge, or discard this patch.