Skip to content

Commit 6ff3e9f

Browse files
committed
wip
1 parent dba7d73 commit 6ff3e9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/core/src/Commands/DiscoveryGenerateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __construct(
3333
#[ConsoleCommand(
3434
name: 'discovery:generate',
3535
description: 'Compile and cache all discovery according to the configured discovery caching strategy',
36-
aliases: ['d:g']
36+
aliases: ['d:g'],
3737
)]
3838
public function __invoke(): void
3939
{

tests/Integration/Core/LoadDiscoveryClassesTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ public function only_load_specific_discovery_classes(): void
7676
ManualTestDiscovery::class,
7777
],
7878
discoveryLocations: [
79-
new DiscoveryLocation('Tests\Tempest\Integration\Core\Fixtures', __DIR__ . '/Fixtures')
80-
]
79+
new DiscoveryLocation('Tests\Tempest\Integration\Core\Fixtures', __DIR__ . '/Fixtures'),
80+
],
8181
);
8282

8383
$this->assertTrue($dependency->discovered);

0 commit comments

Comments
 (0)