Completed
Push — master ( 3f9fd6...641a5b )
by Timo
10s
created
Classes/Service/Tika/SolrCellService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
     public function extractText(FileInterface $file)
84 84
     {
85 85
         $localTempFilePath = $file->getForLocalProcessing(false);
86
-         /** @var Query $query */
86
+            /** @var Query $query */
87 87
         $query = GeneralUtility::makeInstance(Query::class);
88 88
         $query->setFile($localTempFilePath);
89 89
         $query->setExtractOnly(true);
Please login to merge, or discard this patch.