Skip to content

Commit 59b34a9

Browse files
committed
Update Coding Standard config file
1 parent 03c2096 commit 59b34a9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: .php-cs-fixer.dist.php

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
use Framework\CodingStandard\Config;
1111
use Framework\CodingStandard\Finder;
1212

13-
return (new Config())->setFinder(
13+
return (new Config())->setDefaultHeaderComment(
14+
'Aplus Framework Pagination Library',
15+
'Natan Felles <[email protected]>'
16+
)->setFinder(
1417
Finder::create()->in(__DIR__)
15-
)->setDefaultHeaderComment('Aplus Framework Pagination Library');
18+
);

0 commit comments

Comments
 (0)