Completed
Push — master ( e7a236...425846 )
by Adam
02:10
created
src/IPub/Permissions/Access/LinkChecker.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Nette;
18 18
 use Nette\Application;
19 19
 use Nette\Application\UI;
20
-use Nette\Security as NS;
21 20
 
22 21
 class LinkChecker extends Nette\Object implements IChecker
23 22
 {
Please login to merge, or discard this patch.
src/IPub/Permissions/Entities/Permission.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 
17 17
 use Nette;
18 18
 use Nette\Utils;
19
-
20 19
 use IPub;
21 20
 use IPub\Permissions\Security;
22 21
 
Please login to merge, or discard this patch.
src/IPub/Permissions/Access/ICheckRequirements.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,4 +14,6 @@
 block discarded – undo
14 14
 
15 15
 namespace IPub\Permissions\Access;
16 16
 
17
-interface ICheckRequirements {}
18 17
\ No newline at end of file
18
+interface ICheckRequirements
19
+{
20
+}
19 21
\ No newline at end of file
Please login to merge, or discard this patch.
src/IPub/Permissions/Exceptions/InvalidArgumentException.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,4 +14,6 @@
 block discarded – undo
14 14
 
15 15
 namespace IPub\Permissions\Exceptions;
16 16
 
17
-class InvalidArgumentException extends \InvalidArgumentException implements IException {}
18 17
\ No newline at end of file
18
+class InvalidArgumentException extends \InvalidArgumentException implements IException
19
+{
20
+}
19 21
\ No newline at end of file
Please login to merge, or discard this patch.
src/IPub/Permissions/Exceptions/InvalidStateException.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,4 +14,6 @@
 block discarded – undo
14 14
 
15 15
 namespace IPub\Permissions\Exceptions;
16 16
 
17
-class InvalidStateException extends \InvalidArgumentException implements IException {}
18 17
\ No newline at end of file
18
+class InvalidStateException extends \InvalidArgumentException implements IException
19
+{
20
+}
19 21
\ No newline at end of file
Please login to merge, or discard this patch.
src/IPub/Permissions/Exceptions/ExceptionInterface.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,4 +14,6 @@
 block discarded – undo
14 14
 
15 15
 namespace IPub\Permissions\Exceptions;
16 16
 
17
-interface IException {}
18 17
\ No newline at end of file
18
+interface IException
19
+{
20
+}
19 21
\ No newline at end of file
Please login to merge, or discard this patch.
src/IPub/Permissions/Access/AnnotationChecker.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 
17 17
 use Nette;
18 18
 use Nette\Utils;
19
-
20 19
 use IPub;
21 20
 use IPub\Permissions\Security;
22 21
 
Please login to merge, or discard this patch.
src/IPub/Permissions/Exceptions/IException.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,4 +14,6 @@
 block discarded – undo
14 14
 
15 15
 namespace IPub\Permissions\Exceptions;
16 16
 
17
-interface IException {}
18 17
\ No newline at end of file
18
+interface IException
19
+{
20
+}
19 21
\ No newline at end of file
Please login to merge, or discard this patch.