Completed
Push — master ( b8b70e...552805 )
by Portey
03:44
created
src/Processor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
     /**
189 189
      * @param $objectType InputObjectType|ObjectType
190 190
      * @param $query Mutation|Query
191
-     * @return null
191
+     * @return boolean
192 192
      */
193 193
     private function checkFieldExist($objectType, $query)
194 194
     {
@@ -225,7 +225,7 @@  discard block
 block discarded – undo
225 225
     }
226 226
 
227 227
     /**
228
-     * @param $field    Field
228
+     * @param Field $field    Field
229 229
      * @param $contextValue mixed
230 230
      * @param $query        Query
231 231
      *
Please login to merge, or discard this patch.