Completed
Pull Request — master (#6)
by Janis
04:05
created
appinfo/routes.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,8 +18,8 @@
 block discarded – undo
18 18
  * it's instantiated in there
19 19
  */
20 20
 return [
21
-    'routes' => [
21
+	'routes' => [
22 22
 		['name' => 'ocr#process', 'url' => '/process', 'verb' => 'GET'],
23 23
 		['name' => 'ocr#languages', 'url' => '/languages', 'verb' => 'GET'],
24
-    ]
24
+	]
25 25
 ];
26 26
\ No newline at end of file
Please login to merge, or discard this patch.
lib/Service/OcrService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -352,7 +352,7 @@
 block discarded – undo
352 352
 	 * @param $datadirectory
353 353
 	 * @param $path
354 354
 	 * @param $tempFile
355
-	 * @param $language
355
+	 * @param string $language
356 356
 	 * @param $statusId
357 357
 	 * @param OcrStatus $status
358 358
 	 */
Please login to merge, or discard this patch.