Completed
Push — master ( b1f2d3...564d61 )
by Portey
03:39
created
src/Processor.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -256,7 +256,7 @@  discard block
 block discarded – undo
256 256
     /**
257 257
      * @param $objectType InputObjectType|ObjectType
258 258
      * @param $query      Mutation|Query
259
-     * @return null
259
+     * @return boolean
260 260
      */
261 261
     private function checkFieldExist($objectType, $query)
262 262
     {
@@ -278,7 +278,7 @@  discard block
 block discarded – undo
278 278
     /**
279 279
      * @param $value
280 280
      * @param $query QueryField
281
-     * @param $field Field
281
+     * @param Field $field Field
282 282
      *
283 283
      * @throws \Exception
284 284
      *
@@ -313,7 +313,7 @@  discard block
 block discarded – undo
313 313
     }
314 314
 
315 315
     /**
316
-     * @param $field        Field
316
+     * @param Field $field        Field
317 317
      * @param $contextValue mixed
318 318
      * @param $query        Query
319 319
      *
Please login to merge, or discard this patch.