Skip to content

Commit 83ca0eb

Browse files
taylorotwellStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent f1dc360 commit 83ca0eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Listeners/GiveNewApplicationInstanceToDatabaseSessionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function handle($event): void
1717
if (! $event->sandbox->resolved('session')) {
1818
return;
1919
}
20-
20+
2121
$handler = $event->sandbox->make('session')->driver()->getHandler();
2222

2323
if (! $handler instanceof DatabaseSessionHandler ||

src/Listeners/GiveNewApplicationInstanceToRouter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function handle($event): void
1515
if (! $event->sandbox->resolved('router')) {
1616
return;
1717
}
18-
18+
1919
$event->sandbox->make('router')->setContainer($event->sandbox);
2020
}
2121
}

src/Listeners/GiveNewApplicationInstanceToViewFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function handle($event): void
1515
if (! $event->sandbox->resolved('view')) {
1616
return;
1717
}
18-
18+
1919
with($event->sandbox->make('view'), function ($view) use ($event) {
2020
$view->setContainer($event->sandbox);
2121

0 commit comments

Comments
 (0)