spaces to tab fix

This commit is contained in:
Raffael Sahli 2018-08-24 16:50:06 +02:00
commit 5f6476bba9

View file

@ -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));
}