diff --git a/lib/public/IRequest.php b/lib/public/IRequest.php index aa9b6ed6427..2510c48834d 100644 --- a/lib/public/IRequest.php +++ b/lib/public/IRequest.php @@ -12,7 +12,7 @@ namespace OCP; /** * Immutable request wrapper with accessors for request variables and other * request-related data. - * + * * Request data should be retrieved through this interface whenever possible. * * Parameters can be accessed through dedicated methods or via magic property