Completed
Push — master ( ffd66f...8de122 )
by Alexandr
03:45 queued 35s
created
Tests/Schema/VariablesTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
                         'args'    => [
24 24
                             'ids' => new ListType(new NonNullType(new IdType())),
25 25
                         ],
26
-                        'resolve' => function () {
26
+                        'resolve' => function() {
27 27
                             return 'item';
28 28
                         },
29 29
                     ],
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
                         'args'    => [
101 101
                             'sortOrder' => new StringType(),
102 102
                         ],
103
-                        'resolve' => function ($args) {
103
+                        'resolve' => function($args) {
104 104
                             return sprintf('Result with %s order', empty($args['sortOrder']) ? 'default' : $args['sortOrder']);
105 105
                         },
106 106
                     ],
Please login to merge, or discard this patch.