minor docblock fixes

This commit is contained in:
Robin Appelman 2018-08-27 17:40:23 +02:00
commit 6e724b8986

View file

@ -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)) {