@@ -97,7 +97,7 @@ |
||
| 97 | 97 | * |
| 98 | 98 | * @param ContainerBuilder $container |
| 99 | 99 | * |
| 100 | - * @return array |
|
| 100 | + * @return \string[] |
|
| 101 | 101 | */ |
| 102 | 102 | private function getLockingStorageAliases(ContainerBuilder $container) |
| 103 | 103 | { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Task\TaskBundle\Executor; |
| 4 | 4 | |
| 5 | 5 | use Symfony\Component\Process\Process; |
| 6 | -use Symfony\Component\Process\ProcessBuilder; |
|
| 7 | 6 | |
| 8 | 7 | /** |
| 9 | 8 | * Factory for execution-process. |