That apparently went lost when changing the signature.
remotes/origin/external-backend-ondemand
Lukas Reschke 11 years ago
parent 299bcf749a
commit cdced56f2b
  1. 2
      lib/public/appframework/http/icallbackresponse.php
  2. 2
      lib/public/appframework/http/streamresponse.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);

@ -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…
Cancel
Save