Completed
Push — master ( cc18d9...cb6d3d )
by Julius
06:21 queued 11s
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.
lib/WOPI/DiscoveryManager.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -93,6 +93,7 @@
 block discarded – undo
93 93
 	}
94 94
 
95 95
 	/**
96
+	 * @param string $url
96 97
 	 * @return boolean indicating if proxy.php is in initialize or false otherwise
97 98
 	 */
98 99
 	private function isProxyStarting($url) {
Please login to merge, or discard this patch.