This commit is contained in:
Tomas Votruba 2018-05-28 17:55:18 +02:00
parent b214651653
commit afb7380a91

View File

@ -11,9 +11,9 @@ $binContent = file_get_contents($binPath);
// add constant to make clear the define('RECTOR_PREFIXED', true)
$binContent = Strings::replace(
$binContent,
'#namespace RectorPrefixed;#',
'namespace RectorPrefixed;' . PHP_EOL . "define('RECTOR_PREFIXED', true);"
$binContent,
'#namespace RectorPrefixed;#',
'namespace RectorPrefixed;' . PHP_EOL . "define('RECTOR_PREFIXED', true);"
);
// save