Completed
Push — master ( 582773...3ee5d6 )
by Thomas
29:24
created
apps/dav/lib/Connector/Sabre/FilesReportPlugin.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
 	 * @param ITagManager $fileTagger manager for private tags
105 105
 	 * @param IUserSession $userSession
106 106
 	 * @param IGroupManager $groupManager
107
-	 * @param Folder $userfolder
107
+	 * @param Folder $userFolder
108 108
 	 */
109 109
 	public function __construct(Tree $tree,
110 110
 								View $view,
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
 	 * This will be used in the {DAV:}supported-report-set property.
151 151
 	 *
152 152
 	 * @param string $uri
153
-	 * @return array
153
+	 * @return string[]
154 154
 	 */
155 155
 	public function getSupportedReportSet($uri) {
156 156
 		return [self::REPORT_NAME];
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
 	 * @param string $reportName
163 163
 	 * @param [] $report
164 164
 	 * @param string $uri
165
-	 * @return bool
165
+	 * @return null|false
166 166
 	 * @throws NotFound
167 167
 	 * @throws ReportNotSupported
168 168
 	 */
@@ -335,6 +335,7 @@  discard block
 block discarded – undo
335 335
 	 * with a leading slash but no trailing slash
336 336
 	 * @param string[] $requestedProps requested properties
337 337
 	 * @param Node[] nodes nodes for which to fetch and prepare responses
338
+	 * @param Node[] $nodes
338 339
 	 * @return Response[]
339 340
 	 */
340 341
 	public function prepareResponses($filesUri, $requestedProps, $nodes) {
Please login to merge, or discard this patch.