@@ -41,7 +41,7 @@ |
||
| 41 | 41 | } |
| 42 | 42 | |
| 43 | 43 | /** |
| 44 | - * @return \PHPUnit_Framework_MockObject_MockObject|AdapterInterface |
|
| 44 | + * @return AdapterInterface |
|
| 45 | 45 | */ |
| 46 | 46 | private function createAdapterMock() |
| 47 | 47 | { |
@@ -115,6 +115,8 @@ |
||
| 115 | 115 | |
| 116 | 116 | /** |
| 117 | 117 | * {@inheritdoc} |
| 118 | + * @param string $alias |
|
| 119 | + * @param string $indexBy |
|
| 118 | 120 | */ |
| 119 | 121 | public function createQueryBuilderForCollection($alias = null, $indexBy = null) |
| 120 | 122 | { |
@@ -51,7 +51,7 @@ |
||
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | /** |
| 54 | - * @return \PHPUnit_Framework_MockObject_MockObject|ContainerBuilder |
|
| 54 | + * @return ContainerBuilder |
|
| 55 | 55 | */ |
| 56 | 56 | private function createContainerBuilderMock() |
| 57 | 57 | { |
@@ -201,7 +201,7 @@ |
||
| 201 | 201 | /** |
| 202 | 202 | * @param string $name |
| 203 | 203 | * @param string $type |
| 204 | - * @param mixed $default |
|
| 204 | + * @param string|null $default |
|
| 205 | 205 | * @param callable|null $if |
| 206 | 206 | * @param string|null $then |
| 207 | 207 | * |