Passed
Pull Request — developer (#8408)
by Sławomir
40:51 queued 19:45
created
app/CustomView.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -274,7 +274,7 @@  discard block
 block discarded – undo
274 274
 	 * Static Function to get the Instance of CustomView.
275 275
 	 *
276 276
 	 * @param string $moduleName
277
-	 * @param mixed  $userModelOrId
277
+	 * @param User  $userModelOrId
278 278
 	 *
279 279
 	 * @return \self
280 280
 	 */
@@ -488,7 +488,6 @@  discard block
 block discarded – undo
488 488
 	/**
489 489
 	 * Sorting conditions.
490 490
 	 *
491
-	 * @param array|null $array
492 491
 	 *
493 492
 	 * @return array|null
494 493
 	 */
@@ -550,7 +549,7 @@  discard block
 block discarded – undo
550 549
 	/**
551 550
 	 * Get default cvId.
552 551
 	 *
553
-	 * @return int|string
552
+	 * @return integer
554 553
 	 */
555 554
 	public function getDefaultCvId()
556 555
 	{
Please login to merge, or discard this patch.