Completed
Pull Request — master (#148)
by Stefan
11:31
created
lib/Service/JobService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
171 171
      * Delete an ocr job for a given id and userId.
172 172
      * 
173 173
      * @param
174
-     *            $jobId
174
+     integer            $jobId
175 175
      * @param string $userId            
176 176
      * @return OcrJob
177 177
      */
Please login to merge, or discard this patch.
lib/Settings/Section.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,8 +27,8 @@
 block discarded – undo
27 27
      * @param IURLGenerator $url
28 28
      */
29 29
     public function __construct(IL10N $l, IURLGenerator $url) {
30
-      $this->l = $l;
31
-      $this->url = $url;
30
+        $this->l = $l;
31
+        $this->url = $url;
32 32
     }
33 33
 
34 34
     /**
Please login to merge, or discard this patch.