Completed
Push — feature/fix-optional-translata... ( c999cc )
by Narcotic
10:18
created
src/Graviton/MigrationBundle/Command/MongodbMigrateCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Graviton/SecurityBundle/Listener/AuthenticationLogger.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Graviton/SecurityBundle/Tests/Authentication/SecurityAuthenticatorTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -235,7 +235,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.