@@ -12,9 +12,6 @@ |
||
12 | 12 | namespace spec\LIN3S\CS\Error; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | -use Symfony\Component\Process\Exception\ProcessFailedException; |
|
17 | -use Symfony\Component\Process\Process; |
|
18 | 15 | |
19 | 16 | /** |
20 | 17 | * Spec file of Error class. |
@@ -12,9 +12,6 @@ |
||
12 | 12 | namespace spec\LIN3S\CS\Exception; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | -use Symfony\Component\Process\Exception\ProcessFailedException; |
|
17 | -use Symfony\Component\Process\Process; |
|
18 | 15 | |
19 | 16 | /** |
20 | 17 | * Spec file of CheckFail exception class. |
@@ -12,9 +12,6 @@ |
||
12 | 12 | namespace spec\LIN3S\CS\Exception; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | -use Symfony\Component\Process\Exception\ProcessFailedException; |
|
17 | -use Symfony\Component\Process\Process; |
|
18 | 15 | |
19 | 16 | /** |
20 | 17 | * Spec file of ToolUnavailable exception class. |
@@ -100,6 +100,7 @@ |
||
100 | 100 | |
101 | 101 | /** |
102 | 102 | * {@inheritdoc} |
103 | + * @param string $tool |
|
103 | 104 | */ |
104 | 105 | protected static function isAvailable($tool) |
105 | 106 | { |
@@ -100,6 +100,7 @@ |
||
100 | 100 | |
101 | 101 | /** |
102 | 102 | * {@inheritdoc} |
103 | + * @param string $tool |
|
103 | 104 | */ |
104 | 105 | protected static function isAvailable($tool) |
105 | 106 | { |