diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-10 16:56:50 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-10 16:56:50 +0200 |
commit | 734c62bee0f46652285f782761317889d1ef5c7d (patch) | |
tree | f9fe648d23372244f1d687d49b6c66126469d3f4 /apps/files_trashbin/lib/Sabre | |
parent | 28f8eb5dba60a75f7e22debbdc26f1d3164deb18 (diff) | |
download | nextcloud-server-734c62bee0f46652285f782761317889d1ef5c7d.tar.gz nextcloud-server-734c62bee0f46652285f782761317889d1ef5c7d.zip |
Format code according to PSR2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/files_trashbin/lib/Sabre')
-rw-r--r-- | apps/files_trashbin/lib/Sabre/AbstractTrashFile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/lib/Sabre/AbstractTrashFile.php b/apps/files_trashbin/lib/Sabre/AbstractTrashFile.php index ad80711ff1d..7f606bbbc6e 100644 --- a/apps/files_trashbin/lib/Sabre/AbstractTrashFile.php +++ b/apps/files_trashbin/lib/Sabre/AbstractTrashFile.php @@ -29,7 +29,7 @@ namespace OCA\Files_Trashbin\Sabre; use Sabre\DAV\Exception\Forbidden; use Sabre\DAV\IFile; -abstract class AbstractTrashFile extends AbstractTrash implements IFile , ITrash { +abstract class AbstractTrashFile extends AbstractTrash implements IFile, ITrash { public function put($data) { throw new Forbidden(); } |