Completed
Push — master ( 66b974...89c512 )
by Ross
13s queued 10s
created
tests/testapp/AppKernel.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -22,6 +22,9 @@
 block discarded – undo
22 22
         ];
23 23
     }
24 24
 
25
+    /**
26
+     * @param string $dir
27
+     */
25 28
     public function defineCacheDir($dir)
26 29
     {
27 30
         $this->cacheDir = $dir;
Please login to merge, or discard this patch.
tests/Integration/SecurityTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,11 +3,11 @@
 block discarded – undo
3 3
 namespace League\Tactician\Bundle\Tests\Integration;
4 4
 
5 5
 use League\Tactician\Bundle\Tests\Fake\FakeCommand;
6
-use stdClass;
7 6
 use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
8 7
 use Symfony\Component\Security\Core\Authentication\Token\AnonymousToken;
9 8
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
10 9
 use Symfony\Component\Security\Core\Role\Role;
10
+use stdClass;
11 11
 
12 12
 /**
13 13
  * Integration test for security middleware.
Please login to merge, or discard this patch.
src/DependencyInjection/HandlerMapping/TypeHintMapping.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 
4 4
 namespace League\Tactician\Bundle\DependencyInjection\HandlerMapping;
5 5
 
6
+use ReflectionClass;
6 7
 use Symfony\Component\DependencyInjection\ContainerBuilder;
7 8
 use Symfony\Component\DependencyInjection\Definition;
8
-use ReflectionClass;
9 9
 use function method_exists;
10 10
 
11 11
 /**
Please login to merge, or discard this patch.