Skip to content

Commit b71eee9

Browse files
Merge pull request #236 from TheDragonCode/code-style-cu7ixky
The code style has been fixed
2 parents 1c283c6 + f0a195b commit b71eee9

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

biome.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"!composer.json",
1515
"!composer.lock",
1616
"!package.json",
17-
"!package-lock.json"
17+
"!package-lock.json",
18+
"!**/analytics.*",
19+
"!**/metrics.*"
1820
]
1921
},
2022
"formatter": {

pint.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"tests/Fixtures"
55
],
66
"rules": {
7-
"@PHP71Migration": true,
8-
"@PHP73Migration": true,
9-
"@PHP74Migration": true,
10-
"@PHP80Migration": true,
11-
"@PHP81Migration": true,
12-
"@PHP82Migration": true,
7+
"@PHP7x1Migration": true,
8+
"@PHP7x3Migration": true,
9+
"@PHP7x4Migration": true,
10+
"@PHP8x0Migration": true,
11+
"@PHP8x1Migration": true,
12+
"@PHP8x2Migration": true,
1313
"concat_space": {
1414
"spacing": "one"
1515
},

0 commit comments

Comments
 (0)