chore: code refactor via rector
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
namespace Tests\Unit;
|
||||
|
||||
test('that true is true', function () {
|
||||
test('that true is true', function (): void {
|
||||
expect(true)->toBeTrue();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user