| 1 | <?php namespace Magestead\Helper; |
||
| 5 | class HostsPluginChecker |
||
| 6 | { |
||
| 7 | public static function verify(array $options, OutputInterface $output) |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @param array $options |
||
| 19 | * @param OutputInterface $output |
||
| 20 | */ |
||
| 21 | protected static function editHostsInstructions(array $options, OutputInterface $output) |
||
| 28 | } |