Skip to content

Commit

Permalink
Merge pull request #66 from WyriHaximus-labs/extract-DummyTest-into-i…
Browse files Browse the repository at this point in the history
…ts-own-file-and-return-empty-string-from-___toString

Return string from DummyTest::__toString
  • Loading branch information
Seldaek authored Oct 30, 2019
2 parents bf73deb + 79736b4 commit d477130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Psr/Log/Test/LoggerInterfaceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,6 @@ class DummyTest
{
public function __toString()
{
return 'DummyTest';
}
}

0 comments on commit d477130

Please sign in to comment.