Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andru Cherny committed Aug 23, 2019
1 parent f57f94d commit eb1724e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Assert/Tests/Fixtures/PR142_OverrideStringify.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

class PR142_OverrideStringify extends Assertion
{
protected static function stringify($value)
protected static function stringify($value): string
{
return '***'.parent::stringify($value).'***';
}
Expand Down

0 comments on commit eb1724e

Please sign in to comment.