Completed
Push — master ( 96acaf...3216da )
by
unknown
13s queued 11s
created
src/Filter/PhoneFilter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
     private static function getValueAsString($value) : string
149 149
     {
150 150
         if (is_scalar($value)) {
151
-            return (string)$value;
151
+            return (string) $value;
152 152
         }
153 153
 
154 154
         $message = sprintf(self::ERROR_INVALID_PHONE_NUMBER, var_export($value, true));
Please login to merge, or discard this patch.