From 4f38d60bca5c5afdb84448be26cbbcd4f7e69af4 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 27 Aug 2018 17:40:23 +0200 Subject: [PATCH] minor docblock fixes --- src/Native/NativeShare.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Native/NativeShare.php b/src/Native/NativeShare.php index 3984f00..fe5ebf2 100644 --- a/src/Native/NativeShare.php +++ b/src/Native/NativeShare.php @@ -276,8 +276,8 @@ class NativeShare extends AbstractShare { * * @param string $path * @param string $attribute attribute to get the info - * @param mixed $value - * @return string the attribute value + * @param string|int $value + * @return mixed the attribute value */ public function setAttribute($path, $attribute, $value) { if ($attribute === 'system.dos_attr.mode' and is_int($value)) {