Completed
Push — master ( 20c82a...91d3b5 )
by Mehmet
03:12
created
src/ModelUtils.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@
 block discarded – undo
214 214
             default:
215 215
                 if ($max_length !== null) {
216 216
                     if (strlen($value)>$max_length) {
217
-                        throw new \Exception("Error for value '".$value."' for '".$key."' couldn't pass the " .
217
+                        throw new \Exception("Error for value '".$value."' for '".$key."' couldn't pass the ".
218 218
                             "validation: It's length must be smaller than ".$max_length."  ");
219 219
                     }
220 220
                 }
Please login to merge, or discard this patch.