// // PhpVersionSwitchContract.swift // PHP Monitor // // Created by Nico Verbruggen on 24/12/2021. // Copyright © 2021 Nico Verbruggen. All rights reserved. // import Foundation protocol PhpSwitcher { func performSwitch(to version: String, completion: @escaping () -> Void) }