Passed
Push — master ( c54717...4ebf05 )
by Adam
53s
created
src/IPub/Permissions/Access/AnnotationChecker.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Nette\Application\UI;
21 21
 use Nette\Utils;
22 22
 use Nette\Security as NS;
23
-
24 23
 use IPub\Permissions\Entities;
25 24
 use IPub\Permissions\Exceptions;
26 25
 
Please login to merge, or discard this patch.
src/IPub/Permissions/Entities/Role.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 namespace IPub\Permissions\Entities;
18 18
 
19 19
 use Nette;
20
-
21 20
 use IPub\Permissions\Exceptions;
22 21
 
23 22
 class Role implements IRole
Please login to merge, or discard this patch.