Completed
Push — master ( fe527d...66e716 )
by Craig
48:47 queued 39:29
created
src/lib/Zikula/Bridge/HttpFoundation/ZikulaSessionStorage.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
 namespace Zikula\Bridge\HttpFoundation;
13 13
 
14 14
 use Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeSessionHandler;
15
-use Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage;
16 15
 use Symfony\Component\HttpFoundation\Session\Storage\MetadataBag;
16
+use Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage;
17 17
 use Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy;
18 18
 use Zikula\ExtensionsModule\Api\ApiInterface\VariableApiInterface;
19 19
 use Zikula\UsersModule\Constant;
Please login to merge, or discard this patch.
src/lib/Zikula/Bundle/CoreBundle/Translation/ZikulaPhpFileExtractor.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -22,11 +22,11 @@
 block discarded – undo
22 22
 use JMS\TranslationBundle\Model\MessageCatalogue;
23 23
 use JMS\TranslationBundle\Translation\Extractor\FileVisitorInterface;
24 24
 use PhpParser\Node;
25
-use PhpParser\Node\Stmt\Namespace_;
26
-use PhpParser\Node\Expr\MethodCall;
27
-use PhpParser\Node\Scalar\String_;
28 25
 use PhpParser\NodeTraverser;
29 26
 use PhpParser\NodeVisitor;
27
+use PhpParser\Node\Expr\MethodCall;
28
+use PhpParser\Node\Scalar\String_;
29
+use PhpParser\Node\Stmt\Namespace_;
30 30
 use Psr\Log\LoggerInterface;
31 31
 use Symfony\Component\HttpKernel\Bundle\BundleInterface;
32 32
 use Zikula\Bundle\CoreBundle\HttpKernel\ZikulaHttpKernelInterface;
Please login to merge, or discard this patch.
lib/Zikula/Bundle/CoreInstallerBundle/Controller/InstallerController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,9 +11,9 @@
 block discarded – undo
11 11
 
12 12
 namespace Zikula\Bundle\CoreInstallerBundle\Controller;
13 13
 
14
-use Symfony\Component\HttpFoundation\Response;
15 14
 use Symfony\Component\HttpFoundation\RedirectResponse;
16 15
 use Symfony\Component\HttpFoundation\Request;
16
+use Symfony\Component\HttpFoundation\Response;
17 17
 use Zikula\Component\Wizard\FormHandlerInterface;
18 18
 use Zikula\Component\Wizard\Wizard;
19 19
 use Zikula\Component\Wizard\WizardCompleteInterface;
Please login to merge, or discard this patch.
Zikula/Bundle/HookBundle/Dispatcher/Storage/Doctrine/DoctrineStorage.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,9 +15,9 @@
 block discarded – undo
15 15
 use Doctrine\ORM\Query\Expr\OrderBy;
16 16
 use Symfony\Bridge\Doctrine\RegistryInterface;
17 17
 use Zikula\Bundle\HookBundle\Collector\HookCollectorInterface;
18
+use Zikula\Bundle\HookBundle\Dispatcher\StorageInterface;
18 19
 use Zikula\Bundle\HookBundle\Dispatcher\Storage\Doctrine\Entity\RepositoryInterface\HookBindingRepositoryInterface;
19 20
 use Zikula\Bundle\HookBundle\Dispatcher\Storage\Doctrine\Entity\RepositoryInterface\HookRuntimeRepositoryInterface;
20
-use Zikula\Bundle\HookBundle\Dispatcher\StorageInterface;
21 21
 
22 22
 /**
23 23
  * Doctrine class.
Please login to merge, or discard this patch.
src/lib/Zikula/Bundle/WorkflowBundle/Controller/EditorController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,8 +15,8 @@
 block discarded – undo
15 15
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
16 16
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
17 17
 use Symfony\Component\HttpFoundation\Request;
18
-use Symfony\Component\Security\Core\Exception\AccessDeniedException;
19 18
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
19
+use Symfony\Component\Security\Core\Exception\AccessDeniedException;
20 20
 use Zikula\ThemeModule\Engine\Annotation\Theme;
21 21
 
22 22
 /**
Please login to merge, or discard this patch.
src/lib/Zikula/Composer/ManuallyInstallAssets.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
 namespace Zikula\Composer;
13 13
 
14 14
 use Composer\Script\Event;
15
-use Symfony\Component\Filesystem\Filesystem;
16 15
 use Sensio\Bundle\DistributionBundle\Composer\ScriptHandler;
16
+use Symfony\Component\Filesystem\Filesystem;
17 17
 
18 18
 /**
19 19
  * Class ManuallyInstallAssets
Please login to merge, or discard this patch.
src/system/AdminModule/AdminModuleInstaller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
      * This function is only ever called once during the lifetime of a particular
111 111
      * module instance
112 112
      *
113
-     * @return bool false
113
+     * @return boolean|null false
114 114
      */
115 115
     public function defaultdata()
116 116
     {
Please login to merge, or discard this patch.
src/system/AdminModule/Controller/AdminController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@  discard block
 block discarded – undo
11 11
 
12 12
 namespace Zikula\AdminModule\Controller;
13 13
 
14
-use Zikula\AdminModule\Entity\AdminCategoryEntity;
15 14
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
16 15
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
17 16
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
@@ -21,6 +20,7 @@  discard block
 block discarded – undo
21 20
 use Symfony\Component\HttpKernel\Kernel;
22 21
 use Symfony\Component\Routing\Exception\RouteNotFoundException;
23 22
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
23
+use Zikula\AdminModule\Entity\AdminCategoryEntity;
24 24
 use Zikula\AdminModule\Form\Type\CreateCategoryType;
25 25
 use Zikula\AdminModule\Form\Type\DeleteCategoryType;
26 26
 use Zikula\AdminModule\Form\Type\EditCategoryType;
Please login to merge, or discard this patch.
src/system/BlocksModule/Api/BlockFactoryApi.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,10 +15,10 @@
 block discarded – undo
15 15
 use Symfony\Component\DependencyInjection\ContainerInterface;
16 16
 use Zikula\BlocksModule\AbstractBlockHandler;
17 17
 use Zikula\BlocksModule\Api\ApiInterface\BlockFactoryApiInterface;
18
+use Zikula\BlocksModule\BlockHandlerInterface;
18 19
 use Zikula\BlocksModule\Helper\ServiceNameHelper;
19 20
 use Zikula\Common\Translator\TranslatorInterface;
20 21
 use Zikula\Core\AbstractModule;
21
-use Zikula\BlocksModule\BlockHandlerInterface;
22 22
 
23 23
 /**
24 24
  * Class BlockFactoryApi
Please login to merge, or discard this patch.