Passed
Pull Request — master (#131)
by Rafael
05:14
created
Classes/ContextMenu/Preview.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 use TYPO3\CMS\Core\Resource\ResourceFactory;
7 7
 use TYPO3\CMS\Core\Utility\GeneralUtility;
8 8
 
9
-class Preview extends AbstractProvider{
9
+class Preview extends AbstractProvider {
10 10
 
11 11
     protected $itemsConfiguration = [
12 12
         'tika_preview' => [
Please login to merge, or discard this patch.
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.