Completed
Push — stable8.1 ( ad3190...2fa53c )
by Olivier
34:43 queued 32:04
created
controller/pagecontroller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@
 block discarded – undo
190 190
 	/**
191 191
 	 * Shows the albums and pictures the token gives access to
192 192
 	 *
193
-	 * @param $token
193
+	 * @param string $token
194 194
 	 *
195 195
 	 * @return TemplateResponse
196 196
 	 */
Please login to merge, or discard this patch.
service/searchfolderservice.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
 	}
98 98
 
99 99
 	/**
100
-	 * @param $depth
100
+	 * @param integer $depth
101 101
 	 *
102 102
 	 * @return bool
103 103
 	 */
Please login to merge, or discard this patch.