Security update for Core, with self-updated composer
[yaffs-website] / vendor / psy / psysh / src / Psy / Formatter / SignatureFormatter.php
index a635ec236f156de6210e19ca179147d5f8a4bbe3..b3ef2eac71c4baa55658936c4126c90cb0e67525 100644 (file)
@@ -254,7 +254,7 @@ class SignatureFormatter implements Formatter
                     $typeStyle = self::getTypeStyle($value);
                     $value     = is_array($value) ? 'array()' : is_null($value) ? 'null' : var_export($value, true);
                 }
-                $default   = sprintf(' = <%s>%s</%s>', $typeStyle, OutputFormatter::escape($value), $typeStyle);
+                $default = sprintf(' = <%s>%s</%s>', $typeStyle, OutputFormatter::escape($value), $typeStyle);
             } else {
                 $default = '';
             }