Completed
Pull Request — master (#131)
by Bart
02:39 queued 54s
created
tests/unit/Converters/Base/FieldTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -244,7 +244,7 @@  discard block
 block discarded – undo
244 244
      * @param int $fieldId
245 245
      * @param int $groupId
246 246
      *
247
-     * @return Mock|Categories
247
+     * @return FieldModel
248 248
      */
249 249
     private function getMockCategoriesField(int $fieldId, int $groupId)
250 250
     {
@@ -261,7 +261,7 @@  discard block
 block discarded – undo
261 261
     }
262 262
 
263 263
     /**
264
-     * @param Mock|FieldModel $mockField
264
+     * @param FieldModel $mockField
265 265
      * @param int             $fieldId
266 266
      * @param int             $groupId
267 267
      */
Please login to merge, or discard this patch.