From: Lukas Reschke Date: Wed, 4 Mar 2015 14:35:41 +0000 (+0100) Subject: Fix PHPDoc X-Git-Tag: v8.1.0alpha1~345^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cdced56f2b0ce37796ab604764fba350dcbb3f93;p=nextcloud-server.git Fix PHPDoc That apparently went lost when changing the signature. --- diff --git a/lib/public/appframework/http/icallbackresponse.php b/lib/public/appframework/http/icallbackresponse.php index 4a392ed081d..4d50df7ac77 100644 --- a/lib/public/appframework/http/icallbackresponse.php +++ b/lib/public/appframework/http/icallbackresponse.php @@ -21,7 +21,7 @@ interface ICallbackResponse { /** * Outputs the content that should be printed * - * @param IOutput a small wrapper that handles output + * @param IOutput $output a small wrapper that handles output */ function callback(IOutput $output); diff --git a/lib/public/appframework/http/streamresponse.php b/lib/public/appframework/http/streamresponse.php index 870eb95cc1a..ede1dc8b58e 100644 --- a/lib/public/appframework/http/streamresponse.php +++ b/lib/public/appframework/http/streamresponse.php @@ -32,7 +32,7 @@ class StreamResponse extends Response implements ICallbackResponse { /** * Streams the file using readfile * - * @param IOutput a small wrapper that handles output + * @param IOutput $output a small wrapper that handles output */ public function callback (IOutput $output) { // handle caching