Skip to content

Commit 2b5b081

Browse files
committed
style: run cs-fix
1 parent c6d9179 commit 2b5b081

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
@@ -66,7 +66,7 @@ public static function forMissingExtension(string $extension)
6666
'The framework needs the following extension(s) installed and loaded: %s.',
6767
$extension
6868
);
69-
// @codeCoverageIgnoreEnd
69+
// @codeCoverageIgnoreEnd
7070
} else {
7171
$message = lang('Core.missingExtension', [$extension]);
7272
}

0 commit comments

Comments
 (0)