Completed
Push — master ( 1641ea...5cdde0 )
by Alexandr
02:42
created
Tests/Schema/FragmentsTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
                 'fields' => [
104 104
                     'user' => [
105 105
                         'type'    => new UserType(),
106
-                        'resolve' => function ($args) {
106
+                        'resolve' => function($args) {
107 107
                             return [
108 108
                                 'id'           => 'user-id-1',
109 109
                                 'fullName'     => 'Alex',
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
                 'fields' => [
218 218
                     'user' => [
219 219
                         'type'    => new UserType(),
220
-                        'resolve' => function ($args) {
220
+                        'resolve' => function($args) {
221 221
                             return [
222 222
                                 'id'       => 'user-id-1',
223 223
                                 'fullName' => 'Alex',
Please login to merge, or discard this patch.