mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
spaces to tab fix
This commit is contained in:
parent
05fa038cc6
commit
5f6476bba9
1 changed files with 6 additions and 6 deletions
|
|
@ -109,12 +109,12 @@ class NativeShare extends AbstractShare {
|
|||
return new NativeFileInfo($this, $path, basename($path), $this->getStat($path));
|
||||
}
|
||||
|
||||
/**
|
||||
* Get fstat
|
||||
*
|
||||
* @param string $path
|
||||
* @return array
|
||||
*/
|
||||
/**
|
||||
* Get fstat
|
||||
*
|
||||
* @param string $path
|
||||
* @return array
|
||||
*/
|
||||
public function getStat($path) {
|
||||
return $this->getState()->stat($this->buildUrl($path));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue