Skip to content

Commit

Permalink
fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Oct 4, 2016
1 parent 4291d69 commit 9be64b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Fake/Provide/Transfer/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
*/
namespace BEAR\Sunday\Provide\Transfer;

function header($string, $replace = true, $http_response_code = null) {
function header($string, $replace = true, $http_response_code = null)
{
FakeHttpResponder::$headers[] = func_get_args();

unset($string, $replace, $http_response_code);
}

0 comments on commit 9be64b0

Please sign in to comment.