Completed
Pull Request — master (#93)
by Janis
14:35
created
lib/Db/OcrJob.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
 	 * @param string $target
79 79
 	 * @param null $tempFile
80 80
 	 * @param string $type
81
-	 * @param null $userId
81
+	 * @param string $userId
82 82
 	 * @param boolean $errorDisplayed
83 83
 	 */
84 84
 	public function __construct($status = null, $source = null, $target = null, $tempFile = null, $type = null, $userId = null, $errorDisplayed = null) {
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
 
22 21
 /**
23 22
  * Class JobService
Please login to merge, or discard this patch.