Skip to content

Commit

Permalink
Remove forced param
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jan 12, 2015
1 parent c1e04b2 commit b180916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Response/ResponseCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public function set($code) {
return Headers::code($code);
}

public function get($code) {
public function get() {
return Headers::code();
}

Expand Down

0 comments on commit b180916

Please sign in to comment.