Skip to content

Commit 304b923

Browse files
authored
style: apply changes from ECS
1 parent 1fd8841 commit 304b923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Generator/GeneratorManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
it('can register and use a new generator driver', function () {
1010
$manager = app(GeneratorManager::class);
1111

12-
$manager->extend('foo', fn() => new FakeGeneratorDriver());
12+
$manager->extend('foo', fn () => new FakeGeneratorDriver());
1313

1414
expect($manager->driver('foo'))->toBeInstanceOf(GeneratorDriver::class);
1515
expect($manager->driver('foo'))->toBeInstanceOf(FakeGeneratorDriver::class);

0 commit comments

Comments
 (0)