@@ -26,7 +26,6 @@ |
||
26 | 26 | use Aws\Sns\Exception\NotFoundException; |
27 | 27 | use Aws\Sqs\SqsClient; |
28 | 28 | use Aws\Sqs\Exception\SqsException; |
29 | - |
|
30 | 29 | use Doctrine\Common\Cache\Cache; |
31 | 30 | use Symfony\Bridge\Monolog\Logger; |
32 | 31 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
@@ -186,7 +186,7 @@ |
||
186 | 186 | /** |
187 | 187 | * Destroys a Queue and clears any Queue related Cache |
188 | 188 | * |
189 | - * @return bool |
|
189 | + * @return boolean|null |
|
190 | 190 | */ |
191 | 191 | public function destroy() |
192 | 192 | { |