Skip to content

Commit

Permalink
Merge pull request #20 from martinlutter/null-request
Browse files Browse the repository at this point in the history
fix interface
  • Loading branch information
klinec authored Mar 14, 2019
2 parents 1d8bf09 + 409bd18 commit 08d3169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridge/Item/RequestAttributesContainerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
*/
interface RequestAttributesContainerInterface
{
public function get(string $name, string $default = null): string;
public function get(string $name, string $default = ''): string;
}

0 comments on commit 08d3169

Please sign in to comment.