@@ -59,13 +59,13 @@ |
||
| 59 | 59 | |
| 60 | 60 | interface HostAdapterValidator |
| 61 | 61 | { |
| 62 | - /** |
|
| 63 | - * check to make sure that a host adapter plugin is compatible with |
|
| 64 | - * the group adapter |
|
| 65 | - * |
|
| 66 | - * @param HostAdapter $hostAdapter |
|
| 67 | - * the adapter to validate |
|
| 68 | - * @return void |
|
| 69 | - */ |
|
| 70 | - public function validate(HostAdapter $hostAdapter); |
|
| 62 | + /** |
|
| 63 | + * check to make sure that a host adapter plugin is compatible with |
|
| 64 | + * the group adapter |
|
| 65 | + * |
|
| 66 | + * @param HostAdapter $hostAdapter |
|
| 67 | + * the adapter to validate |
|
| 68 | + * @return void |
|
| 69 | + */ |
|
| 70 | + public function validate(HostAdapter $hostAdapter); |
|
| 71 | 71 | } |