Completed
Push — master ( 28afab...c4304c )
by Nelson
08:35 queued 05:57
created
src/Extensions/String.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 
85 85
             if ($valueType->canBeString() === false) {
86 86
                 $msg = 'Value for "{{0}}" placeholder must to be a string or object convertible to string;'.
87
-                       '"{1}" type given.';
87
+                        '"{1}" type given.';
88 88
                 throw new InvalidArgumentException(nml_msg($msg, $placeholder, $valueType));
89 89
             }
90 90
 
Please login to merge, or discard this patch.