@@ -4,8 +4,6 @@ |
||
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 | */ |
@@ -2,7 +2,6 @@ |
||
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; |
@@ -21,7 +21,7 @@ |
||
21 | 21 | } |
22 | 22 | |
23 | 23 | /** |
24 | - * @return array |
|
24 | + * @return string[] |
|
25 | 25 | */ |
26 | 26 | public function getAccessRoles() |
27 | 27 | { |
@@ -57,6 +57,7 @@ |
||
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 | */ |
@@ -21,7 +21,7 @@ |
||
21 | 21 | } |
22 | 22 | |
23 | 23 | /** |
24 | - * @return array |
|
24 | + * @return string[] |
|
25 | 25 | */ |
26 | 26 | public function getAccessRoles() |
27 | 27 | { |
@@ -5,7 +5,6 @@ |
||
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 |
@@ -3,9 +3,7 @@ |
||
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 | /** |
@@ -5,7 +5,6 @@ |
||
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. |
@@ -8,7 +8,6 @@ |
||
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 | /** |