@@ -20,7 +20,6 @@ |
||
| 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 | |
@@ -12,7 +12,7 @@ |
||
| 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 | |
@@ -17,7 +17,6 @@ |
||
| 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 |
@@ -12,7 +12,7 @@ |
||
| 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 | |
@@ -20,7 +20,6 @@ |
||
| 20 | 20 | use Nette\DI; |
| 21 | 21 | use Nette\Security as NS; |
| 22 | 22 | use Nette\Utils; |
| 23 | - |
|
| 24 | 23 | use IPub\Permissions; |
| 25 | 24 | use IPub\Permissions\Access; |
| 26 | 25 | use IPub\Permissions\Entities; |
@@ -12,7 +12,7 @@ |
||
| 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\DI; |
| 18 | 18 | |
@@ -17,7 +17,6 @@ |
||
| 17 | 17 | namespace IPub\Permissions\Providers; |
| 18 | 18 | |
| 19 | 19 | use Nette; |
| 20 | - |
|
| 21 | 20 | use IPub\Permissions\Entities; |
| 22 | 21 | use IPub\Permissions\Exceptions; |
| 23 | 22 | |
@@ -12,7 +12,7 @@ |
||
| 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 | |
@@ -12,7 +12,7 @@ |
||
| 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 | |
@@ -12,7 +12,7 @@ |
||
| 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 | |
@@ -12,7 +12,7 @@ |
||
| 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 | |
@@ -12,7 +12,7 @@ |
||
| 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 | |
@@ -12,7 +12,7 @@ discard block |
||
| 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 |
||
| 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; |