@@ -38,8 +38,8 @@ |
||
38 | 38 | class AppService extends AbstractService |
39 | 39 | { |
40 | 40 | /** |
41 | - * @var array |
|
42 | - */ |
|
41 | + * @var array |
|
42 | + */ |
|
43 | 43 | protected static $supportedMimeTypes = []; |
44 | 44 | |
45 | 45 | /** |
@@ -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); |