@@ -64,7 +64,7 @@ |
||
64 | 64 | /** |
65 | 65 | * Returns offset date interval |
66 | 66 | * |
67 | - * @return DateInterval |
|
67 | + * @return string |
|
68 | 68 | */ |
69 | 69 | public function getOffset() |
70 | 70 | { |
@@ -111,7 +111,7 @@ |
||
111 | 111 | /** |
112 | 112 | * Returns base bundle list |
113 | 113 | * |
114 | - * @return array |
|
114 | + * @return \Symfony\Bundle\FrameworkBundle\FrameworkBundle[] |
|
115 | 115 | */ |
116 | 116 | protected function getBaseBundles() |
117 | 117 | { |
@@ -96,7 +96,7 @@ |
||
96 | 96 | |
97 | 97 | /** |
98 | 98 | * @param ContainerInterface $container |
99 | - * @param array|string|false $fixturesPath |
|
99 | + * @param string $fixturesPath |
|
100 | 100 | * @param string $em |
101 | 101 | * @param bool|true $append |
102 | 102 | * @return array |
@@ -64,7 +64,7 @@ |
||
64 | 64 | * |
65 | 65 | * @param object $subject subject |
66 | 66 | * @param string $workflowName workflow name |
67 | - * @param string $transitions transition to be applied |
|
67 | + * @param string $transition transition to be applied |
|
68 | 68 | */ |
69 | 69 | public function applyTransition($subject, $workflowName, $transition) |
70 | 70 | { |