diff --git a/phpmon/Common/PHP/Switcher/PhpSwitcher.swift b/phpmon/Common/PHP/Switcher/PhpSwitcher.swift index 324bcde..86856e1 100644 --- a/phpmon/Common/PHP/Switcher/PhpSwitcher.swift +++ b/phpmon/Common/PHP/Switcher/PhpSwitcher.swift @@ -10,9 +10,9 @@ import Foundation protocol PhpSwitcherDelegate: AnyObject { - func switcherDidStartSwitching(to: String) + func switcherDidStartSwitching(to version: String) - func switcherDidCompleteSwitch(to: String) + func switcherDidCompleteSwitch(to version: String) }