Passed
Push — master ( c54717...4ebf05 )
by Adam
53s
created
src/IPub/Permissions/Access/AnnotationChecker.php 3 patches
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
 	}
75 75
 
76 76
 	/**
77
-	 * @param UI\ComponentReflection|UI\MethodReflection|Nette\Reflection\ClassType|Nette\Reflection\Method|\Reflector $element
77
+	 * @param \Reflector $element
78 78
 	 *
79 79
 	 * @return bool
80 80
 	 *
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
 	}
111 111
 
112 112
 	/**
113
-	 * @param UI\ComponentReflection|UI\MethodReflection|Nette\Reflection\ClassType|Nette\Reflection\Method|\Reflector $element
113
+	 * @param \Reflector $element
114 114
 	 *
115 115
 	 * @return bool
116 116
 	 *
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
 	}
151 151
 
152 152
 	/**
153
-	 * @param UI\ComponentReflection|UI\MethodReflection|Nette\Reflection\ClassType|Nette\Reflection\Method|\Reflector $element
153
+	 * @param \Reflector $element
154 154
 	 *
155 155
 	 * @return bool
156 156
 	 *
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
 	}
185 185
 
186 186
 	/**
187
-	 * @param UI\ComponentReflection|UI\MethodReflection|Nette\Reflection\ClassType|Nette\Reflection\Method|\Reflector $element
187
+	 * @param \Reflector $element
188 188
 	 *
189 189
 	 * @return bool
190 190
 	 */
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
219 219
 	}
220 220
 
221 221
 	/**
222
-	 * @param UI\ComponentReflection|UI\MethodReflection|Nette\Reflection\ClassType|Nette\Reflection\Method|\Reflector $element
222
+	 * @param \Reflector $element
223 223
 	 *
224 224
 	 * @return bool
225 225
 	 */
Please login to merge, or discard this 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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           13.10.14
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\Permissions\Access;
18 18
 
Please login to merge, or discard this patch.
src/IPub/Permissions/Entities/Role.php 2 patches
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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           12.03.14
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\Permissions\Entities;
18 18
 
Please login to merge, or discard this patch.
src/IPub/Permissions/Exceptions/InvalidStateException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           14.10.14
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\Permissions\Exceptions;
18 18
 
Please login to merge, or discard this patch.
src/IPub/Permissions/Providers/IRolesProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           10.10.14
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\Permissions\Providers;
18 18
 
Please login to merge, or discard this patch.
src/IPub/Permissions/Providers/ResourcesProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           30.11.16
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\Permissions\Providers;
18 18
 
Please login to merge, or discard this patch.
src/IPub/Permissions/Security/Permission.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           10.10.14
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\Permissions\Security;
18 18
 
Please login to merge, or discard this patch.
src/IPub/Permissions/Access/LinkChecker.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
  * @date           13.10.14
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\Permissions\Access;
18 18
 
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
 			return FALSE;
88 88
 		}
89 89
 
90
-		$actionKey = UI\Presenter::ACTION_KEY . ucfirst($action);
90
+		$actionKey = UI\Presenter::ACTION_KEY.ucfirst($action);
91 91
 
92 92
 		if ($presenterReflection->hasMethod($actionKey) && !$this->requirementsChecker->isAllowed($presenterReflection->getMethod($actionKey))) {
93 93
 			return FALSE;
Please login to merge, or discard this patch.
src/IPub/Permissions/Access/LatteChecker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           14.10.14
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\Permissions\Access;
18 18
 
Please login to merge, or discard this patch.
src/IPub/Permissions/DI/IRolesProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           30.11.16
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\Permissions\DI;
18 18
 
Please login to merge, or discard this patch.