@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * balloon |
@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | |
42 | 42 | if ($auth->requireOne()) { |
43 | 43 | if (!($auth->getIdentity()->getAdapter() instanceof AuthNone)) { |
44 | - $auth->getIdentity()->getAttributeMap()->addMapper('binary', function ($value) { |
|
44 | + $auth->getIdentity()->getAttributeMap()->addMapper('binary', function($value) { |
|
45 | 45 | return new Binary($value, Binary::TYPE_GENERIC); |
46 | 46 | }); |
47 | 47 | |
@@ -86,7 +86,7 @@ discard block |
||
86 | 86 | */ |
87 | 87 | protected function setExceptionHandler(): self |
88 | 88 | { |
89 | - set_exception_handler(function ($e) { |
|
89 | + set_exception_handler(function($e) { |
|
90 | 90 | $this->container->get(LoggerInterface::class)->emergency('uncaught exception: '.$e->getMessage(), [ |
91 | 91 | 'category' => get_class($this), |
92 | 92 | 'exception' => $e, |
@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * balloon |
@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | */ |
42 | 42 | protected function setExceptionHandler(): self |
43 | 43 | { |
44 | - set_exception_handler(function ($e) { |
|
44 | + set_exception_handler(function($e) { |
|
45 | 45 | $logger = $this->container->get(LoggerInterface::class); |
46 | 46 | $logger->emergency('uncaught exception: '.$e->getMessage(), [ |
47 | 47 | 'category' => get_class($this), |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * balloon |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * balloon |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * balloon |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * balloon |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * balloon |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * balloon |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * balloon |