mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
fix linting
This commit is contained in:
@ -17,7 +17,9 @@ class TestCoversClass3
|
||||
{
|
||||
}
|
||||
|
||||
function testCoversFunction() { }
|
||||
function testCoversFunction()
|
||||
{
|
||||
}
|
||||
|
||||
it('uses the correct PHPUnit attribute for class', function () {
|
||||
$attributes = (new ReflectionClass($this))->getAttributes();
|
||||
|
||||
Reference in New Issue
Block a user