Skip to content

Commit da8ecfa

Browse files
authored
Merge pull request #7517 from kenjis/fix-cs-for-v3.17.0
style: fix coding style for v3.17.0
2 parents c33dd88 + fd7ecde commit da8ecfa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
'ThirdParty',
3030
'Validation/Views',
3131
])
32+
->notPath([
33+
'_support/View/Cells/multiplier.php',
34+
'_support/View/Cells/colors.php',
35+
'_support/View/Cells/addition.php',
36+
])
3237
->notName('#Foobar.php$#')
3338
->append([
3439
__FILE__,

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)