Completed
Pull Request — stable9 (#158)
by Lukas
10:07
created
controller/pagecontroller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -204,7 +204,7 @@
 block discarded – undo
204 204
 	/**
205 205
 	 * Shows the albums and pictures the token gives access to
206 206
 	 *
207
-	 * @param $token
207
+	 * @param string $token
208 208
 	 *
209 209
 	 * @return TemplateResponse
210 210
 	 */
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.