Skip to content
Snippets Groups Projects
Commit d772bc56 authored by Vincent Petry's avatar Vincent Petry
Browse files

Merge pull request #14693 from owncloud/fix-phpdoc

Fix PHPDoc
parents e56727e2 cdced56f
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment