mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-12-24 04:10:05 +01:00
♻️ Refactor PhpSwitcher into PhpEnv
This commit is contained in:
@@ -78,7 +78,7 @@ class PhpExtension {
|
||||
// ENABLED: Line where the comment delimiter (;) is removed
|
||||
: line.replacingOccurrences(of: "; ", with: "")
|
||||
|
||||
Actions.sed(file: file, original: line, replacement: newLine)
|
||||
sed(file: file, original: line, replacement: newLine)
|
||||
|
||||
enabled.toggle()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user