@@ -66,6 +66,9 @@ discard block |
||
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 |
||
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) { |