]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix PHPDoc
authorLukas Reschke <lukas@owncloud.com>
Wed, 4 Mar 2015 14:35:41 +0000 (15:35 +0100)
committerLukas Reschke <lukas@owncloud.com>
Wed, 4 Mar 2015 14:35:41 +0000 (15:35 +0100)
That apparently went lost when changing the signature.

lib/public/appframework/http/icallbackresponse.php
lib/public/appframework/http/streamresponse.php

index 4a392ed081d72b1d2481053649eff075bdc923fb..4d50df7ac77c1a51218f9d509491fbe4026e865e 100644 (file)
@@ -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);
 
index 870eb95cc1a7aa30a6576d7cfa28496065ea00ac..ede1dc8b58ec999bdf1a2d04990cd62fb039dea1 100644 (file)
@@ -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