Passed
Push — master ( 712e8f...bd0b29 )
by
unknown
13:44
created
typo3/sysext/backend/Classes/Controller/EditDocumentController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -522,7 +522,7 @@
 block discarded – undo
522 522
         // Processing related GET / POST vars
523 523
         $this->data = $parsedBody['data'] ?? [];
524 524
         $this->cmd = $parsedBody['cmd'] ?? [];
525
-        $this->mirror = $parsedBody['mirror']  ?? [];
525
+        $this->mirror = $parsedBody['mirror'] ?? [];
526 526
         $this->returnNewPageId = (bool)($parsedBody['returnNewPageId'] ?? false);
527 527
 
528 528
         // Only options related to $this->data submission are included here
Please login to merge, or discard this patch.