Merge pull request #14693 from owncloud/fix-phpdoc

Fix PHPDoc
This commit is contained in:
Vincent Petry 2015-03-04 17:55:24 +01:00
commit d772bc56e7
2 changed files with 2 additions and 2 deletions

View 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);

View 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