add more unit tests and normalize the "__toString" methods

-> fix code style + psalm reported errors
This commit is contained in:
Lars Moelleken
2020-09-03 02:38:39 +02:00
parent 4e6d7ecd03
commit 4438ee7955
9 changed files with 18 additions and 11 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ class MethodTest extends TestCase
*/
public function testStringRepresentationIsReturnedWithoutDescription() : void
{
$fixture = new Method('myMethod', [], null, false, new Description(''));
$fixture = new Method('myMethod', [], null, false, new Description(''));
$this->assertSame(
'void myMethod()',