@@ -83,7 +83,7 @@ |
||
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); |