Completed
Pull Request — master (#93)
by Janis
13:32
created
lib/Service/FileService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
182 182
 	/**
183 183
 	 * Removes ".txt" from the newName of a OCR job
184 184
 	 *
185
-	 * @param $job OcrJob        	
185
+	 * @param OcrJob $job OcrJob        	
186 186
 	 * @return string
187 187
 	 */
188 188
 	public function removeFileExtension($job) {
Please login to merge, or discard this patch.
lib/Service/JobService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use OCP\IL10N;
18 18
 use OCP\ITempManager;
19 19
 use OCA\Ocr\Db\OcrJob;
20
-use OCA\Ocr\Db\File;
21 20
 use OCA\Ocr\Constants\OcrConstants;
22 21
 
23 22
 /**
Please login to merge, or discard this patch.