diff options
Diffstat (limited to 'lib/public/Http/WellKnown/IHandler.php')
-rw-r--r-- | lib/public/Http/WellKnown/IHandler.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Http/WellKnown/IHandler.php b/lib/public/Http/WellKnown/IHandler.php index c0dd1d372bc..18a25dd0baa 100644 --- a/lib/public/Http/WellKnown/IHandler.php +++ b/lib/public/Http/WellKnown/IHandler.php @@ -34,7 +34,6 @@ namespace OCP\Http\WellKnown; * @since 21.0.0 */ interface IHandler { - /** * @param string $service the name of the well known service, e.g. 'webfinger' * @param IRequestContext $context |