@@ -86,7 +86,7 @@ discard block |
||
86 | 86 | * |
87 | 87 | * @param string $id |
88 | 88 | * |
89 | - * @return PHPUnit_Framework_MockObject_MockBuilder |
|
89 | + * @return \PHPUnit_Framework_MockObject_MockBuilder |
|
90 | 90 | */ |
91 | 91 | protected function getServiceMockBuilder($id) |
92 | 92 | { |
@@ -330,7 +330,7 @@ discard block |
||
330 | 330 | /** |
331 | 331 | * Purge database. |
332 | 332 | * |
333 | - * @param EntityManager $om |
|
333 | + * @param ObjectManager $om |
|
334 | 334 | * @param string $executorClass |
335 | 335 | * @param ProxyReferenceRepository $referenceRepository |
336 | 336 | * @param string $backup Path of the source file. |
@@ -358,7 +358,7 @@ discard block |
||
358 | 358 | /** |
359 | 359 | * Purge database. |
360 | 360 | * |
361 | - * @param EntityManager $om |
|
361 | + * @param ObjectManager $om |
|
362 | 362 | * @param string $type |
363 | 363 | * @param int $purgeMode |
364 | 364 | * @param string $executorClass |
@@ -661,7 +661,7 @@ discard block |
||
661 | 661 | * to follow the naming format used in $_SERVER. |
662 | 662 | * Example: 'HTTP_X_REQUESTED_WITH' instead of 'X-Requested-With' |
663 | 663 | * |
664 | - * @param bool|array $authentication |
|
664 | + * @param boolean $authentication |
|
665 | 665 | * @param array $params |
666 | 666 | * |
667 | 667 | * @return Client |