Completed
Pull Request — master (#6)
by Janis
04:05
created
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.
lib/Command/CompleteOCR.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
 		try {
71 71
 			if ($failed === 'false') {
72 72
 				$failed = false;
73
-			}elseif ($failed === 'true') {
73
+			} elseif ($failed === 'true') {
74 74
 				$failed = true;
75 75
 			} else {
76 76
 				throw new ServiceException('Wrong Arguments.');
Please login to merge, or discard this patch.