Skip to content

Commit ccd2fd8

Browse files
committed
Merge branch 'release/1.0.0'
2 parents f1e86de + ebf8ff8 commit ccd2fd8

13 files changed

+1376
-522
lines changed

.php-cs-fixer.dist.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
]);
1313

1414
return (new PhpCsFixer\Config())->setRules([
15-
'@PSR12' => true,
15+
'@PER-CS' => true,
16+
'@PHP82Migration' => true,
17+
1618
'header_comment' => [
1719
'comment_type' => 'PHPDoc',
1820
'header' => $header,

0 commit comments

Comments
 (0)