Completed
Pull Request — 5.0 (#2160)
by
unknown
11:38
created
UserManagementBundle/AdminList/AbstractSettingsAdminListConfigurator.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Kunstmaan\AdminListBundle\AdminList\Configurator\AbstractDoctrineORMAdminListConfigurator;
6 6
 
7
-use Symfony\Component\Form\AbstractType;
8
-
9 7
 /**
10 8
  * Abstract admin list configurator used by the Group, Log, Role and User configurators
11 9
  */
Please login to merge, or discard this patch.
ArticleBundle/AdminList/AbstractArticleTagAdminListConfigurator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Kunstmaan\ArticleBundle\AdminList;
4 4
 
5
-use Doctrine\ORM\EntityManager;
6 5
 use Doctrine\ORM\EntityManagerInterface;
7 6
 use Doctrine\ORM\QueryBuilder;
8 7
 use Kunstmaan\AdminBundle\Helper\Security\Acl\AclHelper;
Please login to merge, or discard this patch.
src/Kunstmaan/NodeBundle/Toolbar/NodeDataCollector.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     }
22 22
 
23 23
     /**
24
-     * @return array
24
+     * @return string[]
25 25
      */
26 26
     public function getAccessRoles()
27 27
     {
Please login to merge, or discard this patch.
src/Kunstmaan/RedirectBundle/Tests/Router/RedirectRouterTest.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -57,6 +57,7 @@
 block discarded – undo
57 57
      * @param string  $origin
58 58
      * @param string  $target
59 59
      * @param boolean $permanent
60
+     * @param null|string $domain
60 61
      *
61 62
      * @return Redirect
62 63
      */
Please login to merge, or discard this patch.
src/Kunstmaan/TranslatorBundle/Toolbar/TranslatorDataCollector.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     }
22 22
 
23 23
     /**
24
-     * @return array
24
+     * @return string[]
25 25
      */
26 26
     public function getAccessRoles()
27 27
     {
Please login to merge, or discard this patch.
src/Kunstmaan/NodeSearchBundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
6 6
 use Symfony\Component\Config\Definition\Builder\TreeBuilder;
7 7
 use Symfony\Component\Config\Definition\ConfigurationInterface;
8
-use Kunstmaan\NodeSearchBundle\Helper\ElasticSearchUtil;
9 8
 
10 9
 /**
11 10
  * This is the class that validates and merges configuration from your app/config files
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Tests/Entity/UserTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace Kunstmaan\AdminBundle\Tests\Entity;
4 4
 
5 5
 use Doctrine\Common\Collections\ArrayCollection;
6
-
7 6
 use FOS\UserBundle\Model\GroupInterface;
8
-
9 7
 use Kunstmaan\AdminBundle\Entity\User;
10 8
 
11 9
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/AdminListBundle/Tests/Service/ExportServiceTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Box\Spout\Common\Type;
6 6
 use Kunstmaan\AdminListBundle\AdminList\ExportableInterface;
7 7
 use Kunstmaan\AdminListBundle\Service\ExportService;
8
-use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface;
9 8
 
10 9
 /**
11 10
  * Generated by PHPUnit_SkeletonGenerator on 2015-03-19 at 09:56:53.
Please login to merge, or discard this patch.
src/Kunstmaan/PagePartBundle/Tests/Form/PagePartAdminTypeTestCase.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 Symfony\Component\EventDispatcher\EventDispatcher;
9 9
 use Symfony\Component\Form\FormBuilder;
10 10
 use Symfony\Component\Form\Forms;
11
-
12 11
 use Symfony\Component\OptionsResolver\OptionsResolver;
13 12
 
14 13
 /**
Please login to merge, or discard this patch.