Completed
Push — master ( e1638c...d62258 )
by Peter
07:20
created
src/Validators/BuiltIn/Base/SizeValidator.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -83,6 +83,10 @@
 block discarded – undo
83 83
 	 */
84 84
 	public $msgLength = '';
85 85
 
86
+	/**
87
+	 * @param \Maslosoft\Addendum\Interfaces\AnnotatedInterface $model
88
+	 * @param integer $value
89
+	 */
86 90
 	protected function isValidValueOf($model, $attribute, $value, $label = '')
87 91
 	{
88 92
 		if ($this->allowEmpty && empty($value))
Please login to merge, or discard this patch.
src/Events/Event.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -406,7 +406,7 @@
 block discarded – undo
406 406
 	/**
407 407
 	 * Get properties which should be propagated.
408 408
 	 * NOTE: This is cached, as it might be called numerous times
409
-	 * @param object $model
409
+	 * @param AnnotatedInterface $model
410 410
 	 * @return bool[]
411 411
 	 */
412 412
 	private static function getPropagatedProperties($model)
Please login to merge, or discard this patch.