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);
|
||||
}
|
||||
|
||||
@@ -14,8 +14,7 @@ use PHPUnit\Framework\TestCase;
|
||||
*/
|
||||
class ExampleFinderTest extends TestCase
|
||||
{
|
||||
/** @var ExampleFinder */
|
||||
private $fixture;
|
||||
private ExampleFinder $fixture;
|
||||
|
||||
/**
|
||||
* Call Mockery::close after each test.
|
||||
|
||||
Reference in New Issue
Block a user