Skip to content

Commit feb8721

Browse files
committed
ci: apply cs-fixer
1 parent f2727ff commit feb8721

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/Pest/ExampleTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3-
test('example', function () {
3+
declare(strict_types=1);
4+
5+
test('example', static function (): void {
46
expect(true)->toBeTrue();
57
});

tests/TestCase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase
99
protected function setUp(): void
1010
{
1111
parent::setUp();
12-
13-
//
1412
}
1513
}

0 commit comments

Comments
 (0)