@@ -1111,6 +1111,7 @@ discard block |
||
1111 | 1111 | |
1112 | 1112 | /** |
1113 | 1113 | * NEXT_MAJOR: remove this method. |
1114 | + * @param string $subClass |
|
1114 | 1115 | */ |
1115 | 1116 | public function addSubClass($subClass) |
1116 | 1117 | { |
@@ -2677,7 +2678,7 @@ discard block |
||
2677 | 2678 | * |
2678 | 2679 | * @param string $context |
2679 | 2680 | * |
2680 | - * @return array |
|
2681 | + * @return string[] |
|
2681 | 2682 | */ |
2682 | 2683 | public function getPermissionsShow($context) |
2683 | 2684 | { |
@@ -15,7 +15,6 @@ |
||
15 | 15 | |
16 | 16 | use Sonata\AdminBundle\Form\Type\AclMatrixType; |
17 | 17 | use Symfony\Component\Form\Extension\Core\Type\FormType; |
18 | -use Symfony\Component\Form\Form; |
|
19 | 18 | use Symfony\Component\Form\FormBuilderInterface; |
20 | 19 | use Symfony\Component\Form\FormFactoryInterface; |
21 | 20 | use Symfony\Component\Form\FormInterface; |