mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
minor docblock fixes
This commit is contained in:
parent
dd7b852d6c
commit
6e724b8986
1 changed files with 2 additions and 2 deletions
|
|
@ -295,8 +295,8 @@ class NativeShare extends AbstractShare {
|
||||||
*
|
*
|
||||||
* @param string $path
|
* @param string $path
|
||||||
* @param string $attribute attribute to get the info
|
* @param string $attribute attribute to get the info
|
||||||
* @param mixed $value
|
* @param string|int $value
|
||||||
* @return string the attribute value
|
* @return mixed the attribute value
|
||||||
*/
|
*/
|
||||||
public function setAttribute($path, $attribute, $value) {
|
public function setAttribute($path, $attribute, $value) {
|
||||||
if ($attribute === 'system.dos_attr.mode' and is_int($value)) {
|
if ($attribute === 'system.dos_attr.mode' and is_int($value)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue