Completed
Push — master ( e0f179...77291c )
by Peter
06:24
created
src/Helpers/Decorator/Factory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 namespace Maslosoft\Mangan\Helpers\Decorator;
15 15
 
16
-use Maslosoft\Mangan\Decorators\Undecorated;
17 16
 use Maslosoft\Mangan\Exceptions\ManganException;
18 17
 use Maslosoft\Mangan\Interfaces\Decorators\Model\ModelDecoratorInterface;
19 18
 use Maslosoft\Mangan\Interfaces\Decorators\Property\DecoratorInterface;
Please login to merge, or discard this patch.
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.