Completed
Pull Request — master (#6)
by Janis
04:05
created
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.