Format code using php-cs-fixer
This commit is contained in:
parent
43d7dc92cd
commit
d52c6184b9
352 changed files with 17473 additions and 17041 deletions
|
@ -10,7 +10,7 @@ class FileStorageBackend extends StorageBackend
|
|||
|
||||
public function getDownloadURLs($resourceId, $contentDispositionFilename)
|
||||
{
|
||||
return "";
|
||||
return '';
|
||||
}
|
||||
|
||||
public function deletePhysicalFile($resourceId)
|
||||
|
@ -20,11 +20,11 @@ class FileStorageBackend extends StorageBackend
|
|||
|
||||
public function deleteAllCloudFileObjects()
|
||||
{
|
||||
return "";
|
||||
return '';
|
||||
}
|
||||
|
||||
public function getFilePrefix()
|
||||
{
|
||||
return "";
|
||||
return '';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue