Passed
Pull Request — master (#131)
by Rafael
05:34
created
Classes/Hooks/BackendControllerHook.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,6 +44,6 @@
 block discarded – undo
44 44
      */
45 45
     protected function getBackendUriBuilder(): UriBuilder
46 46
     {
47
-       return GeneralUtility::makeInstance(UriBuilder::class);
47
+        return GeneralUtility::makeInstance(UriBuilder::class);
48 48
     }
49 49
 }
Please login to merge, or discard this patch.