Completed
Push — 1.0-phpstan ( c199aa )
by Kamil
34:49
created
src/Sylius/Bundle/ThemeBundle/Tests/Functional/AssetTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -104,6 +104,9 @@
 block discarded – undo
104 104
         return $webDirectory;
105 105
     }
106 106
 
107
+    /**
108
+     * @param string $webDirectory
109
+     */
107 110
     private function assertFileContent($lines, $webDirectory): void
108 111
     {
109 112
         foreach ($lines as $line) {
Please login to merge, or discard this patch.
Bundle/ThemeBundle/Tests/Functional/TestBundle/Listener/RequestListener.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 namespace Sylius\Bundle\ThemeBundle\Tests\Functional\TestBundle\Listener;
15 15
 
16 16
 use Sylius\Bundle\ThemeBundle\Context\SettableThemeContext;
17
-use Sylius\Bundle\ThemeBundle\Context\ThemeContextInterface;
18 17
 use Sylius\Bundle\ThemeBundle\Repository\ThemeRepositoryInterface;
19 18
 use Symfony\Component\HttpKernel\Event\GetResponseEvent;
20 19
 use Symfony\Component\HttpKernel\HttpKernelInterface;
Please login to merge, or discard this patch.