Skip to content

Commit 10fc53b

Browse files
committed
Use PER 3.0 Coding Style
See https://www.php-fig.org/per/coding-style/
1 parent c1c3885 commit 10fc53b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"require": {
1010
"php": "^8.4",
1111
"erickskrauch/php-cs-fixer-custom-fixers": "^1.3",
12-
"friendsofphp/php-cs-fixer": "^3.85",
12+
"friendsofphp/php-cs-fixer": "^3.86",
1313
"symplify/coding-standard": "^12.4"
1414
},
1515
"require-dev": {

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/RuleSet/TicketSwapRuleSet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static function create() : RuleSet
6363
),
6464
new Rules([
6565
// Rule sets
66-
'@PER-CS2.0' => true,
66+
'@PER-CS3.0' => true,
6767

6868
// Rules (keep sorted A-Z)
6969
'align_multiline_comment' => true,

0 commit comments

Comments
 (0)