@@ -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 | { |
@@ -11,7 +11,6 @@ |
||
| 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 | |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | private $systemKey; |
| 31 | 31 | |
| 32 | 32 | /** |
| 33 | - * @return mixed |
|
| 33 | + * @return string |
|
| 34 | 34 | */ |
| 35 | 35 | public function getIntervalExpression() |
| 36 | 36 | { |