Completed
Push — master ( 29ef50...718f9d )
by Alexandr
03:01
created
src/Execution/Request.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -208,7 +208,7 @@
 block discarded – undo
208 208
         }
209 209
 
210 210
         $this->variables = $variables;
211
-        foreach($this->variableReferences as $reference) {
211
+        foreach ($this->variableReferences as $reference) {
212 212
             /** invalid request with no variable */
213 213
             if (!$reference->getVariable()) continue;
214 214
             $variableName = $reference->getVariable()->getName();
Please login to merge, or discard this patch.
Tests/Issues/Issue109/Issue109Schema.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
                                 ]
41 41
                             ]
42 42
                         ]),
43
-                        'resolve' => function ($source, array $args, ResolveInfo $info) {
43
+                        'resolve' => function($source, array $args, ResolveInfo $info) {
44 44
                             $internalArgs = [
45 45
                                 'comment_id' => 200
46 46
                             ];
Please login to merge, or discard this patch.