Completed
Push — master ( 019717...d42543 )
by Kamil
46:31 queued 19:32
created
src/Kernel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
 
12 12
 declare(strict_types=1);
13 13
 
14
-use ProxyManager\Proxy\VirtualProxyInterface;
15 14
 use PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer;
15
+use ProxyManager\Proxy\VirtualProxyInterface;
16 16
 use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
17 17
 use Symfony\Component\Config\Loader\DelegatingLoader;
18 18
 use Symfony\Component\Config\Loader\LoaderInterface;
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/Product/IndexPageInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -19,6 +19,7 @@
 block discarded – undo
19 19
 {
20 20
     /**
21 21
      * @param string $taxonName
22
+     * @return void
22 23
      */
23 24
     public function filterByTaxon($taxonName);
24 25
 
Please login to merge, or discard this patch.