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)); return new NativeFileInfo($this, $path, basename($path), $this->getStat($path));
} }
/** /**
* Get fstat * Get fstat
* *
* @param string $path * @param string $path
* @return array * @return array
*/ */
public function getStat($path) { public function getStat($path) {
return $this->getState()->stat($this->buildUrl($path)); return $this->getState()->stat($this->buildUrl($path));
} }