Completed
Push — master ( 00fa2a...20da15 )
by Robin
12s
created
src/Native/NativeShare.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,6 +129,9 @@  discard block
 block discarded – undo
129 129
 		return '';
130 130
 	}
131 131
 
132
+	/**
133
+	 * @param string $path
134
+	 */
132 135
 	private function getStat($path) {
133 136
 		return $this->getState()->stat($this->buildUrl($path));
134 137
 	}
@@ -309,7 +312,7 @@  discard block
 block discarded – undo
309 312
 	 *
310 313
 	 * @param string $path
311 314
 	 * @param string $attribute attribute to get the info
312
-	 * @param string|int $value
315
+	 * @param integer $value
313 316
 	 * @return mixed the attribute value
314 317
 	 */
315 318
 	public function setAttribute($path, $attribute, $value) {
Please login to merge, or discard this patch.