Completed
Push — master ( ed70fa...5a4e4f )
by Portey
03:04
created
src/Definition/MutationType.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 Schema|Field  $value */
21
-        if($value instanceof Schema){
21
+        if ($value instanceof Schema) {
22 22
             return $value->getMutationType();
23 23
         }
24 24
 
Please login to merge, or discard this patch.