@@ -112,7 +112,7 @@ |
||
112 | 112 | * non local stuff centrally. |
113 | 113 | * |
114 | 114 | * @param string $filepath path to configuration file |
115 | - * @param Output $output ouput interface need by config parser to do stuff |
|
115 | + * @param OutputInterface $output ouput interface need by config parser to do stuff |
|
116 | 116 | * |
117 | 117 | * @return AntiMattr\MongoDB\Migrations\Configuration\Configuration |
118 | 118 | */ |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Psr\Log\LoggerInterface; |
9 | 9 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
10 | 10 | use Symfony\Component\HttpFoundation\Response; |
11 | -use Symfony\Component\Security\Core\Authentication\Token\AnonymousToken; |
|
12 | 11 | use Symfony\Component\Security\Core\AuthenticationEvents; |
13 | 12 | use Symfony\Component\Security\Core\Event\AuthenticationEvent; |
14 | 13 | use Symfony\Component\Security\Core\Event\AuthenticationFailureEvent; |
@@ -235,7 +235,7 @@ |
||
235 | 235 | /** |
236 | 236 | * @param array $methods methods to mock |
237 | 237 | * |
238 | - * @return StrategyInterface|\PHPUnit_Framework_MockObject_MockObject |
|
238 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
239 | 239 | */ |
240 | 240 | private function getStrategyMock(array $methods = array('apply')) |
241 | 241 | { |