@@ -148,7 +148,7 @@ |
||
148 | 148 | } |
149 | 149 | |
150 | 150 | /** |
151 | - * @param $callable |
|
151 | + * @param \Closure $callable |
|
152 | 152 | */ |
153 | 153 | public function catchIO($callable) |
154 | 154 | { |
@@ -7,8 +7,6 @@ |
||
7 | 7 | |
8 | 8 | namespace Deployer\Host; |
9 | 9 | |
10 | -use Deployer\Exception\Exception; |
|
11 | - |
|
12 | 10 | class HostSelectorTest extends TestCase |
13 | 11 | { |
14 | 12 | public function testHostSelectorByName() |