Completed
Pull Request — master (#6)
by
unknown
05:14
created
src/IPub/Permissions/Providers/RolesProvider.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/Providers/IResourcesProvider.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/IChecker.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           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/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/Access/ICheckRequirements.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           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/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.
src/IPub/Permissions/DI/IPermissionsProvider.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           12.10.14
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.