Completed
Push — master ( c7a187...1a4f5e )
by Alexandr
02:57
created
Tests/Issues/Issue131/Issue131Test.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
     {
20 20
 
21 21
 
22
-        $schema    = new Schema([
22
+        $schema = new Schema([
23 23
             'query'    => new ObjectType([
24 24
                 'name'   => 'RootQuery',
25 25
                 'fields' => [
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
                                 ]
48 48
                             ]))
49 49
                         ],
50
-                        'resolve' => function ($source, $args) {
50
+                        'resolve' => function($source, $args) {
51 51
                             return [
52 52
                                 'id' => '1',
53 53
                                 'name' => sprintf('Meeting with %d beans', count($args['related_beans'])),
Please login to merge, or discard this patch.