mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
Fix code style and bump to php 7.4
This commit is contained in:
@@ -165,7 +165,7 @@ class DescriptionTest extends TestCase
|
||||
{% endfor %}';
|
||||
EOT;
|
||||
|
||||
$fixture = new Description($body, []);
|
||||
$fixture = new Description($body, []);
|
||||
|
||||
$this->assertSame($expected, (string) $fixture);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user