Completed
Push — master ( 8cf557...bdfdd6 )
by Mehmet
03:12
created
src/ModelUtils.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -336,7 +336,7 @@
 block discarded – undo
336 336
                 }
337 337
                 break;
338 338
             case 'string':
339
-                if ($max_length !== null && strlen($value)>$max_length ) {
339
+                if ($max_length !== null && strlen($value)>$max_length) {
340 340
                     $value = substr($value, 0, $max_length);
341 341
                 }
342 342
                 break;
Please login to merge, or discard this patch.