Skip to content

Commit 781aa9e

Browse files
authored
Remove override (#4991)
1 parent fc52b05 commit 781aa9e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.no-header.php-cs-fixer.dist.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
__DIR__ . '/public',
2424
]);
2525

26-
$overrides = [
27-
'no_blank_lines_after_phpdoc' => false,
28-
];
26+
$overrides = [];
2927

3028
$options = [
3129
'cacheFile' => 'build/.no-header.php-cs-fixer.cache',

0 commit comments

Comments
 (0)