mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 01:34: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 $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