mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
fix cs
This commit is contained in:
parent
b214651653
commit
afb7380a91
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user