Skip to content

Commit

Permalink
fix interface
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlutter committed Mar 14, 2019
1 parent 8d93fcd commit 409bd18
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 409bd18

Please sign in to comment.