Completed
Push — master ( 6c0113...525414 )
by Konstantinos
04:07
created
models/Permission.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/Form/Creator/RoleFormCreator.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -7,10 +7,7 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.