fix phpstan issues

This commit is contained in:
danilopolani
2022-03-07 17:51:47 +01:00
parent edd1d890ca
commit a5cbdea868
5 changed files with 9 additions and 7 deletions

View File

@ -4,8 +4,14 @@ use Pest\Factories\Attributes\Covers;
$runCounter = 0;
class TestCoversClass1 {}
class TestCoversClass2 {}
class TestCoversClass1
{
}
class TestCoversClass2
{
}
it('uses the correct PHPUnit attribute for class', function () {
$attributes = (new ReflectionClass($this))->getAttributes();