Better documentation
These changes have been automatically suggested by scrutinizer-ci.com
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user