Skip to content

Commit d477130

Browse files
authored
Merge pull request #66 from WyriHaximus-labs/extract-DummyTest-into-its-own-file-and-return-empty-string-from-___toString
Return string from DummyTest::__toString
2 parents bf73deb + 79736b4 commit d477130

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Psr/Log/Test/LoggerInterfaceTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,6 @@ class DummyTest
141141
{
142142
public function __toString()
143143
{
144+
return 'DummyTest';
144145
}
145146
}

0 commit comments

Comments
 (0)