mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
commit
d772bc56e7
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue