Skip to content

Commit 57fa87c

Browse files
sfkelseyleegithub-actions[bot]
authored andcommitted
Fix styling
1 parent a3b3e84 commit 57fa87c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/src/TestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ protected function setUp(): void
3636
parent::setUp();
3737

3838
Factory::guessFactoryNamesUsing(
39-
fn(string $modelName) => '\\SolutionForest\\InspireCms\\Support\\Tests\\Database\\Factories\\' . class_basename($modelName) . 'Factory'
39+
fn (string $modelName) => '\\SolutionForest\\InspireCms\\Support\\Tests\\Database\\Factories\\' . class_basename($modelName) . 'Factory'
4040
);
4141
Factory::guessModelNamesUsing(
42-
fn($factory) => 'SolutionForest\\InspireCms\\Support\\Tests\\Models\\' . str_replace('Factory', '', class_basename($factory))
42+
fn ($factory) => 'SolutionForest\\InspireCms\\Support\\Tests\\Models\\' . str_replace('Factory', '', class_basename($factory))
4343
);
4444

4545
$this->actingAs(

0 commit comments

Comments
 (0)