@@ -110,7 +110,7 @@ |
||
| 110 | 110 | } |
| 111 | 111 | |
| 112 | 112 | /** |
| 113 | - * @param $format |
|
| 113 | + * @param string $format |
|
| 114 | 114 | * |
| 115 | 115 | * @return array|mixed |
| 116 | 116 | */ |
@@ -56,7 +56,7 @@ discard block |
||
| 56 | 56 | } |
| 57 | 57 | |
| 58 | 58 | /** |
| 59 | - * @param string|int $header |
|
| 59 | + * @param string $header |
|
| 60 | 60 | * @param string $sorting |
| 61 | 61 | */ |
| 62 | 62 | public function followSortingLink($header, $sorting) |
@@ -121,7 +121,7 @@ discard block |
||
| 121 | 121 | } |
| 122 | 122 | |
| 123 | 123 | /** |
| 124 | - * @param string|int $header |
|
| 124 | + * @param integer $header |
|
| 125 | 125 | * @param string $value |
| 126 | 126 | */ |
| 127 | 127 | public function assertHeader($header, $value) |
@@ -51,7 +51,7 @@ |
||
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | /** |
| 54 | - * @return ContainerBuilder|\PHPUnit_Framework_MockObject_MockObject |
|
| 54 | + * @return ContainerBuilder |
|
| 55 | 55 | */ |
| 56 | 56 | private function createContainerMock() |
| 57 | 57 | { |
@@ -39,6 +39,8 @@ |
||
| 39 | 39 | |
| 40 | 40 | /** |
| 41 | 41 | * {@inheritdoc} |
| 42 | + * @param string $originalDocument |
|
| 43 | + * @param string $newDocument |
|
| 42 | 44 | */ |
| 43 | 45 | public function addResolveTargetDocument($originalDocument, $newDocument, array $mapping) |
| 44 | 46 | { |
@@ -37,6 +37,8 @@ |
||
| 37 | 37 | |
| 38 | 38 | /** |
| 39 | 39 | * {@inheritdoc} |
| 40 | + * @param string $originalEntity |
|
| 41 | + * @param string $newEntity |
|
| 40 | 42 | */ |
| 41 | 43 | public function addResolveTargetEntity($originalEntity, $newEntity, array $mapping) |
| 42 | 44 | { |
@@ -44,8 +44,8 @@ |
||
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | 46 | * @param string|FormTypeInterface|ResourceInterface $type |
| 47 | - * @param mixed $data |
|
| 48 | - * @param mixed[] $options |
|
| 47 | + * @param string $data |
|
| 48 | + * @param string[] $options |
|
| 49 | 49 | * |
| 50 | 50 | * @return FormInterface |
| 51 | 51 | */ |
@@ -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 | { |
@@ -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 | { |
@@ -91,6 +91,8 @@ |
||
| 91 | 91 | |
| 92 | 92 | /** |
| 93 | 93 | * {@inheritdoc} |
| 94 | + * @param integer $limit |
|
| 95 | + * @param integer $offset |
|
| 94 | 96 | */ |
| 95 | 97 | public function findBy(array $criteria, array $orderBy = [], $limit = null, $offset = null) |
| 96 | 98 | { |