Skip to content

Commit a6fbc81

Browse files
Merge pull request #268 from TheDragonCode/code-style-0h3u6ud
The code style has been fixed
2 parents 455bede + 1b7a30b commit a6fbc81

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
],
6363
"config": {
6464
"allow-plugins": {
65+
"dragon-code/codestyler": true,
6566
"ergebnis/composer-normalize": true
6667
},
6768
"optimize-autoloader": true,

tests/style.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
22
"preset": "laravel",
33
"rules": {
4-
"@PHP83Migration": true,
4+
"@PHP83Migration": true,
55
"concat_space": {
6-
"spacing": "one" },
6+
"spacing": "one"
7+
},
78
"blank_line_before_statement": {
8-
"statements": [ "declare", "phpdoc", "continue", "return"
9+
"statements": [
10+
"declare",
11+
"phpdoc",
12+
"continue",
13+
"return"
914
]
1015
}
1116
},

0 commit comments

Comments
 (0)