Completed
Pull Request — master (#52)
by Alexander
20:40
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/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Task\TaskBundle\DependencyInjection;
13 13
 
14
-use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
15 14
 use Symfony\Component\Config\Definition\Builder\TreeBuilder;
16 15
 use Symfony\Component\Config\Definition\ConfigurationInterface;
17 16
 
Please login to merge, or discard this patch.
src/Entity/Task.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     private $systemKey;
31 31
 
32 32
     /**
33
-     * @return mixed
33
+     * @return string
34 34
      */
35 35
     public function getIntervalExpression()
36 36
     {
Please login to merge, or discard this patch.