@@ -26,7 +26,7 @@ |
||
26 | 26 | $vars = $functionReflection->getStaticVariables(); |
27 | 27 | |
28 | 28 | foreach ($vars as $name => $value) { |
29 | - $functionStringValue .= '$' . $name . ' = unserialize(\'' . serialize($value) . '\');'.PHP_EOL; |
|
29 | + $functionStringValue .= '$'.$name.' = unserialize(\''.serialize($value).'\');'.PHP_EOL; |
|
30 | 30 | } |
31 | 31 | |
32 | 32 | $file = file($functionReflection->getFileName()); |