Passed
Push — master ( 9904c6...8e7e38 )
by Torben
02:19
created
ext_localconf.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
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',
Please login to merge, or discard this patch.
Classes/Validation/Validator/ChangePasswordValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 namespace Derhansen\FeChangePwd\Validation\Validator;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
Classes/Middleware/ForcePasswordChangeRedirect.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
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
 block discarded – undo
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'],
Please login to merge, or discard this patch.
Classes/Domain/Model/Dto/ChangePassword.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
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
 /*
Please login to merge, or discard this patch.
Classes/Hooks/TsfeHooks.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 namespace Derhansen\FeChangePwd\Hooks;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
Classes/Controller/PasswordController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 namespace Derhansen\FeChangePwd\Controller;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
Classes/Service/PwnedPasswordsService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 namespace Derhansen\FeChangePwd\Service;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
Classes/Service/FrontendUserService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 namespace Derhansen\FeChangePwd\Service;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
Classes/Service/LocalizationService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 namespace Derhansen\FeChangePwd\Service;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.