Skip to content

Commit 6f26b3a

Browse files
committed
Used code beautifier.
Signed-off-by: Joshua Parker <[email protected]>
1 parent 7b855b7 commit 6f26b3a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Http/Kernel.php

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,11 @@ protected function dispatchRouter(): bool
7575
*/
7676
public function boot(): bool
7777
{
78-
if (
79-
version_compare(
80-
version1: $current = PHP_VERSION,
81-
version2: (string) $required = Application::MIN_PHP_VERSION,
82-
operator: '<'
83-
)
78+
if (version_compare(
79+
version1: $current = PHP_VERSION,
80+
version2: (string) $required = Application::MIN_PHP_VERSION,
81+
operator: '<'
82+
)
8483
) {
8584
die(
8685
sprintf(

0 commit comments

Comments
 (0)