Completed
Push — master ( c08ea1...a9e114 )
by Julius
14s queued 11s
created
lib/Controller/OCSController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -166,6 +166,9 @@
 block discarded – undo
166 166
 		}
167 167
 	}
168 168
 
169
+	/**
170
+	 * @param string $filepath
171
+	 */
169 172
 	private function mb_pathinfo($filepath) {
170 173
 		$result = [];
171 174
 		preg_match('%^(.*?)[\\\\/]*(([^/\\\\]*?)(\.([^\.\\\\/]+?)|))[\\\\/\.]*$%im',$filepath,$matches);
Please login to merge, or discard this patch.