Completed
Pull Request — master (#47)
by Wachter
24:51 queued 01:31
created
src/DependencyInjection/TaskExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Executor/ExecutionProcessFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.