Skip to content

Commit a9e449e

Browse files
committed
fix formatter & code ql
1 parent 61aa1c0 commit a9e449e

File tree

2 files changed

+94
-76
lines changed

2 files changed

+94
-76
lines changed

composer.lock

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

pint.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"preset": "psr12",
3+
"exclude": [
4+
"./app/sdks",
5+
"./tests/resources/functions",
6+
"./app/console"
7+
],
8+
"rules": {
9+
"array_indentation": true,
10+
"single_import_per_statement": true,
11+
"simplified_null_return": true,
12+
"ordered_imports": {
13+
"sort_algorithm": "alpha",
14+
"imports_order": [
15+
"const",
16+
"class",
17+
"function"
18+
]
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)