Skip to content

Commit fd7ecde

Browse files
committed
chore: fix coding style
1 parent 1c7212c commit fd7ecde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Exceptions/FrameworkException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static function forMissingExtension(string $extension)
4646
'The framework needs the following extension(s) installed and loaded: %s.',
4747
$extension
4848
);
49-
// @codeCoverageIgnoreEnd
49+
// @codeCoverageIgnoreEnd
5050
} else {
5151
$message = lang('Core.missingExtension', [$extension]);
5252
}

0 commit comments

Comments
 (0)