@@ -111,7 +111,7 @@ |
||
| 111 | 111 | } |
| 112 | 112 | |
| 113 | 113 | /** |
| 114 | - * @param string|Permission $perm_name |
|
| 114 | + * @param string $perm_name |
|
| 115 | 115 | * @return Permission |
| 116 | 116 | */ |
| 117 | 117 | public static function getPermissionFromName($perm_name) |
@@ -7,10 +7,7 @@ |
||
| 7 | 7 | |
| 8 | 8 | namespace BZIon\Form\Creator; |
| 9 | 9 | |
| 10 | -use BZIon\Form\Type\AdvancedModelType; |
|
| 11 | -use BZIon\Form\Type\IpType; |
|
| 12 | 10 | use BZIon\Form\Type\ModelType; |
| 13 | -use Symfony\Component\Validator\Constraints\Length; |
|
| 14 | 11 | use Symfony\Component\Validator\Constraints\NotBlank; |
| 15 | 12 | |
| 16 | 13 | /** |