Completed
Push — master ( 7caf4a...723e05 )
by
unknown
64:08 queued 50:22
created
typo3/sysext/install/Classes/Updates/RedirectsExtensionUpdate.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,8 +86,8 @@
 block discarded – undo
86 86
     public function getDescription(): string
87 87
     {
88 88
         return 'The extension "redirects" includes functionality to handle any kind of redirects. '
89
-               . 'The functionality supersedes sys_domain entries with the only purpose of redirecting to a different domain or entry. '
90
-               . 'This upgrade wizard installs the redirect extension if necessary and migrates the sys_domain entries to standard redirects.';
89
+                . 'The functionality supersedes sys_domain entries with the only purpose of redirecting to a different domain or entry. '
90
+                . 'This upgrade wizard installs the redirect extension if necessary and migrates the sys_domain entries to standard redirects.';
91 91
     }
92 92
 
93 93
     /**
Please login to merge, or discard this patch.