From d156c47f0951cf681d16ed047f322e8332eb485e Mon Sep 17 00:00:00 2001 From: Raphaƫl Doursenaud Date: Tue, 22 Apr 2014 15:08:18 +0200 Subject: Better documentation These changes have been automatically suggested by scrutinizer-ci.com --- core/response.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/response.php') diff --git a/core/response.php b/core/response.php index 4a00ed79..0973bf95 100644 --- a/core/response.php +++ b/core/response.php @@ -9,6 +9,9 @@ class Response header('Content-Disposition: attachment; filename="'.$filename.'"'); } + /** + * @param integer $status_code + */ public function status($status_code) { if (strpos(php_sapi_name(), 'apache') !== false) { -- cgit v1.2.3