@@ -180,7 +180,7 @@ |
||
180 | 180 | } |
181 | 181 | |
182 | 182 | /** |
183 | - * @return Payment|\PHPUnit_Framework_MockObject_MockObject |
|
183 | + * @return Payment |
|
184 | 184 | */ |
185 | 185 | private function getPayment() |
186 | 186 | { |
@@ -5,7 +5,7 @@ |
||
5 | 5 | class PaymentRepository extends EntityRepository |
6 | 6 | { |
7 | 7 | /** |
8 | - * @param $id |
|
8 | + * @param integer $id |
|
9 | 9 | * |
10 | 10 | * @return null|Payment |
11 | 11 | */ |
@@ -186,7 +186,7 @@ discard block |
||
186 | 186 | } |
187 | 187 | |
188 | 188 | /** |
189 | - * @param array $methods |
|
189 | + * @param string[] $methods |
|
190 | 190 | * |
191 | 191 | * @return WebhookExchangeRepository|\PHPUnit_Framework_MockObject_MockObject |
192 | 192 | */ |
@@ -207,7 +207,7 @@ discard block |
||
207 | 207 | } |
208 | 208 | |
209 | 209 | /** |
210 | - * @return \PHPUnit_Framework_MockObject_MockObject|ContainerInterface |
|
210 | + * @return null|ContainerInterface |
|
211 | 211 | */ |
212 | 212 | private function getContainer() |
213 | 213 | { |
@@ -126,7 +126,7 @@ |
||
126 | 126 | } |
127 | 127 | |
128 | 128 | /** |
129 | - * @return \PHPUnit_Framework_MockObject_MockObject|ContainerInterface |
|
129 | + * @return null|ContainerInterface |
|
130 | 130 | */ |
131 | 131 | private function getContainer() |
132 | 132 | { |