From 8cccc7d4fde4d72d0bf9d70f01ffa3ba1ec3510b Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 1 Dec 2019 09:39:44 +0100 Subject: [PATCH] Fix CS --- Internal/Exporter.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Internal/Exporter.php b/Internal/Exporter.php index 06d747e..dc490c3 100644 --- a/Internal/Exporter.php +++ b/Internal/Exporter.php @@ -222,14 +222,14 @@ public static function export($value, $indent = '') )); if ("'" === $m[2]) { - return substr($m[1], 0, -2); + return substr($m[1], 0, -2); } if ('n".\'' === substr($m[1], -4)) { - return substr_replace($m[1], "\n".$subIndent.".'".$m[2], -2); + return substr_replace($m[1], "\n".$subIndent.".'".$m[2], -2); } - return $m[1].$m[2]; + return $m[1].$m[2]; }, $code, -1, $count); if ($count && 0 === strpos($code, "''.")) {