@@ -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 | { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Loevgaard\DandomainAltapayBundle\Tests\Command; |
4 | 4 | |
5 | -use GuzzleHttp\Client; |
|
6 | 5 | use GuzzleHttp\ClientInterface; |
7 | 6 | use GuzzleHttp\Exception\TransferException; |
8 | 7 | use JMS\Serializer\SerializerBuilder; |
@@ -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 | { |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Loevgaard\DandomainAltapayBundle\Tests\Entity; |
4 | 4 | |
5 | +use GuzzleHttp\Psr7; |
|
5 | 6 | use GuzzleHttp\Psr7\Request; |
6 | 7 | use GuzzleHttp\Psr7\Response; |
7 | -use GuzzleHttp\Psr7; |
|
8 | 8 | use Loevgaard\DandomainAltapayBundle\Entity\WebhookExchange; |
9 | 9 | use Loevgaard\DandomainAltapayBundle\Entity\WebhookQueueItem; |
10 | 10 | use PHPUnit\Framework\TestCase; |