Skip to content

Commit cfada13

Browse files
committed
Update Coding Standard config file
1 parent b4db23f commit cfada13

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.php-cs-fixer.dist.php

Lines changed: 5 additions & 2 deletions
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 Database Library',
15+
'Natan Felles <natanfelles@gmail.com>'
16+
)->setFinder(
1417
Finder::create()->in(__DIR__)
15-
)->setDefaultHeaderComment('Aplus Framework Database Library');
18+
);

0 commit comments

Comments
 (0)