Completed
Push — master ( 641a5b...b63fc9 )
by Timo
11s
created
Classes/Service/Tika/SolrCellService.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
         // EM might define a different connection than already in use by
56 56
         // Index Queue
57 57
             /** @var ConnectionManager $connectionManager */
58
-        $connectionManager =  GeneralUtility::makeInstance(ConnectionManager::class);
58
+        $connectionManager = GeneralUtility::makeInstance(ConnectionManager::class);
59 59
 
60 60
         $readNode = [
61 61
             'host' => $this->configuration['solrHost'],
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
     {
211 211
         $mapping = [
212 212
             'application/epub+zip' => ['epub'],
213
-            'application/gzip' => ['gz','tgz'],
213
+            'application/gzip' => ['gz', 'tgz'],
214 214
             'application/msword' => ['doc'],
215 215
             'application/pdf' => ['pdf'],
216 216
             'application/rtf' => ['rtf'],
@@ -225,7 +225,7 @@  discard block
 block discarded – undo
225 225
             'application/zip' => ['zip'],
226 226
             'application/x-midi' => ['mid'],
227 227
             'application/xml' => ['xml'],
228
-            'audio/aiff' => ['aif','aiff'],
228
+            'audio/aiff' => ['aif', 'aiff'],
229 229
             'audio/basic' => ['au'],
230 230
             'audio/midi' => ['mid'],
231 231
             'audio/mpeg3' => ['mp3'],
@@ -234,11 +234,11 @@  discard block
 block discarded – undo
234 234
             'audio/x-wav' => ['wav'],
235 235
             'image/bmp' => ['bmp'],
236 236
             'image/gif' => ['gif'],
237
-            'image/jpeg' => ['jpg','jpeg'],
237
+            'image/jpeg' => ['jpg', 'jpeg'],
238 238
             'image/png' => ['png'],
239 239
             'image/svg+xml' => ['svg'],
240
-            'image/tiff' => ['tif','tiff'],
241
-            'text/html' => ['html','htm'],
240
+            'image/tiff' => ['tif', 'tiff'],
241
+            'text/html' => ['html', 'htm'],
242 242
             'text/plain' => ['txt'],
243 243
             'text/xml' => ['xml'],
244 244
             'video/mpeg' => ['mp3'],
Please login to merge, or discard this patch.