nextcloud/lib/public/Files
Christoph Wurst caff1023ea
Format control structures, classes, methods and function
To continue this formatting madness, here's a tiny patch that adds
unified formatting for control structures like if and loops as well as
classes, their methods and anonymous functions. This basically forces
the constructs to start on the same line. This is not exactly what PSR2
wants, but I think we can have a few exceptions with "our" style. The
starting of braces on the same line is pracrically standard for our
code.

This also removes and empty lines from method/function bodies at the
beginning and end.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10 14:19:56 +02:00
..
Cache Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00
Config Update license headers 2019-12-05 15:38:45 +01:00
Events Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Mount Update license headers 2019-12-05 15:38:45 +01:00
Notify Update license headers 2019-12-05 15:38:45 +01:00
ObjectStore Update license headers 2019-12-05 15:38:45 +01:00
Search Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
SimpleFS Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
Storage Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
AlreadyExistsException.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
EmptyFileNameException.php Update license headers 2019-12-05 15:38:45 +01:00
EntityTooLargeException.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
File.php Update license headers 2019-12-05 15:38:45 +01:00
FileInfo.php Update license headers 2019-12-05 15:38:45 +01:00
FileNameTooLongException.php Update license headers 2019-12-05 15:38:45 +01:00
Folder.php Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00
ForbiddenException.php Update license headers 2019-12-05 15:38:45 +01:00
GenericFileException.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
IAppData.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
IHomeStorage.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
IMimeTypeDetector.php Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00
IMimeTypeLoader.php Update license headers 2019-12-05 15:38:45 +01:00
IRootFolder.php Properly hint exceptions thrown by getUserFolder 2020-04-03 23:06:26 +02:00
InvalidCharacterInPathException.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
InvalidContentException.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
InvalidDirectoryException.php Update license headers 2019-12-05 15:38:45 +01:00
InvalidPathException.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
LockNotAcquiredException.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
Node.php Update license headers 2019-12-05 15:38:45 +01:00
NotEnoughSpaceException.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
NotFoundException.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
NotPermittedException.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
ReservedWordException.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Storage.php Update license headers 2019-12-05 15:38:45 +01:00
StorageAuthException.php Update license headers 2019-12-05 15:38:45 +01:00
StorageBadConfigException.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
StorageConnectionException.php Update license headers 2019-12-05 15:38:45 +01:00
StorageInvalidException.php Update license headers 2019-12-05 15:38:45 +01:00
StorageNotAvailableException.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
StorageTimeoutException.php Update license headers 2019-12-05 15:38:45 +01:00
UnseekableException.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00