| 1 | <?php namespace Magestead\Helper; |
||
| 9 | class HostsPluginChecker |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param array $options |
||
| 13 | * @param OutputInterface $output |
||
| 14 | */ |
||
| 15 | public static function verify(array $options, OutputInterface $output) |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param array $options |
||
| 30 | * @param OutputInterface $output |
||
| 31 | */ |
||
| 32 | protected static function editHostsInstructions(array $options, OutputInterface $output) |
||
| 39 | } |