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
fdaf09d4ae
commit
4f38d60bca
1 changed files with 2 additions and 2 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue