Skip to content

Commit a7e7c8c

Browse files
committed
Apply fixes from StyleCI
1 parent 08c1f93 commit a7e7c8c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Illuminate/Foundation/Testing/WithCachedRoutes.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,4 @@ protected function markRoutesCached(Application $app): void
4949
static fn () => app('router')->setCompiledRoutes(CachedState::$cachedRoutes)
5050
);
5151
}
52-
5352
}

tests/Foundation/FoundationApplicationTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,9 +623,11 @@ public function test_routes_are_not_cached_by_instance_falls_back_to_file()
623623
$files = new class
624624
{
625625
public string $pathRequested;
626+
626627
public function exists(string $path): bool
627628
{
628629
$this->pathRequested = $path;
630+
629631
return false;
630632
}
631633
};

0 commit comments

Comments
 (0)