Completed
Push — master ( 347de5...6bccbe )
by Sebastian
02:45
created
src/Executor/Executor.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
      * @param Document $ast
86 86
      * @param string|null $operationName
87 87
      * @param array $args
88
-     * @param $errors
88
+     * @param \ArrayObject $errors
89 89
      *
90 90
      * @return ExecutionContext
91 91
      *
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
      * @param ExecutionContext $context
191 191
      * @param ObjectType $parent
192 192
      * @param $source
193
-     * @param $fields
193
+     * @param \ArrayObject $fields
194 194
      *
195 195
      * @return array
196 196
      */
@@ -206,8 +206,8 @@  discard block
 block discarded – undo
206 206
      * @param ExecutionContext $context
207 207
      * @param ObjectType $type
208 208
      * @param SelectionSet $set
209
-     * @param $fields
210
-     * @param $visited
209
+     * @param \ArrayObject $fields
210
+     * @param \ArrayObject $visited
211 211
      *
212 212
      * @return \ArrayObject
213 213
      */
Please login to merge, or discard this patch.