Completed
Push — master ( 335fd8...513e29 )
by Torben
02:32
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/Middleware/ForcePasswordChangeRedirect.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
             if ($this->controller->type && MathUtility::canBeInterpretedAsInteger($this->controller->type)) {
81 81
                 $parameter .= ',' . $this->controller->type;
82 82
             }
83
-            $url =  GeneralUtility::makeInstance(ContentObjectRenderer::class, $this->controller)->typoLink_URL([
83
+            $url = GeneralUtility::makeInstance(ContentObjectRenderer::class, $this->controller)->typoLink_URL([
84 84
                 'parameter' => $parameter,
85 85
                 'addQueryString' => true,
86 86
                 'addQueryString.' => ['exclude' => 'id'],
Please login to merge, or discard this patch.