@@ -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 |
@@ -135,7 +135,7 @@ |
||
| 135 | 135 | } |
| 136 | 136 | |
| 137 | 137 | /** |
| 138 | - * @return \PHPUnit_Framework_MockObject_MockObject|Registry |
|
| 138 | + * @return Registry |
|
| 139 | 139 | */ |
| 140 | 140 | private function prepareValidWorkflowRegistryMock() |
| 141 | 141 | { |
@@ -57,7 +57,6 @@ |
||
| 57 | 57 | /** |
| 58 | 58 | * {@inheritdoc} |
| 59 | 59 | * |
| 60 | - * @param string $expression expression to be executed by event |
|
| 61 | 60 | */ |
| 62 | 61 | public function registerEvent( |
| 63 | 62 | $eventName, |