Passed
Push — master ( 696b0c...adcfee )
by Torben
02:15
created
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.