Completed
Push — master ( 205604...59d1ae )
by
unknown
05:39
created
lib/Controller/OCSController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -171,6 +171,9 @@
 block discarded – undo
171 171
 		}
172 172
 	}
173 173
 
174
+	/**
175
+	 * @param string $filepath
176
+	 */
174 177
 	private function mb_pathinfo($filepath) {
175 178
 		$result = [];
176 179
 		preg_match('%^(.*?)[\\\\/]*(([^/\\\\]*?)(\.([^\.\\\\/]+?)|))[\\\\/\.]*$%im', ltrim('/' . $filepath), $matches);
Please login to merge, or discard this patch.