mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
add more unit tests and normalize the "__toString" methods
-> fix code style + psalm reported errors
This commit is contained in:
@@ -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()',
|
||||
|
||||
Reference in New Issue
Block a user