Completed
Push — master ( 0e6999...b69c20 )
by Robin
02:35
created
src/Native/NativeShare.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,6 +66,9 @@  discard block
 block discarded – undo
66 66
 		return $this->name;
67 67
 	}
68 68
 
69
+	/**
70
+	 * @param string $path
71
+	 */
69 72
 	private function buildUrl($path) {
70 73
 		$this->verifyPath($path);
71 74
 		$url = sprintf('smb://%s/%s', $this->server->getHost(), $this->name);
@@ -311,7 +314,7 @@  discard block
 block discarded – undo
311 314
 	 *
312 315
 	 * @param string $path
313 316
 	 * @param string $attribute attribute to get the info
314
-	 * @param string|int $value
317
+	 * @param integer $value
315 318
 	 * @return mixed the attribute value
316 319
 	 */
317 320
 	public function setAttribute($path, $attribute, $value) {
Please login to merge, or discard this patch.