@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | defined('TYPO3_MODE') or die(); |
3 | 3 | |
4 | -call_user_func(function () { |
|
4 | +call_user_func(function() { |
|
5 | 5 | \TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin( |
6 | 6 | 'Derhansen.fe_change_pwd', |
7 | 7 | 'Pi1', |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | namespace Derhansen\FeChangePwd\Validation\Validator; |
4 | 4 | |
5 | 5 | /* |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | namespace Derhansen\FeChangePwd\Middleware; |
4 | 4 | |
5 | 5 | /* |
@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | if ($this->controller->type && MathUtility::canBeInterpretedAsInteger($this->controller->type)) { |
82 | 82 | $parameter .= ',' . $this->controller->type; |
83 | 83 | } |
84 | - $url = GeneralUtility::makeInstance(ContentObjectRenderer::class, $this->controller)->typoLink_URL([ |
|
84 | + $url = GeneralUtility::makeInstance(ContentObjectRenderer::class, $this->controller)->typoLink_URL([ |
|
85 | 85 | 'parameter' => $parameter, |
86 | 86 | 'addQueryString' => true, |
87 | 87 | 'addQueryString.' => ['exclude' => 'id'], |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | namespace Derhansen\FeChangePwd\Domain\Model\Dto; |
4 | 4 | |
5 | 5 | /* |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | namespace Derhansen\FeChangePwd\Hooks; |
4 | 4 | |
5 | 5 | /* |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | namespace Derhansen\FeChangePwd\Controller; |
4 | 4 | |
5 | 5 | /* |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | namespace Derhansen\FeChangePwd\Service; |
4 | 4 | |
5 | 5 | /* |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | namespace Derhansen\FeChangePwd\Service; |
4 | 4 | |
5 | 5 | /* |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | namespace Derhansen\FeChangePwd\Service; |
4 | 4 | |
5 | 5 | /* |