Skip to content

Commit

Permalink
fix formatter & code ql
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldiron committed Nov 25, 2024
1 parent 61aa1c0 commit a9e449e
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 76 deletions.
149 changes: 73 additions & 76 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions pint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"preset": "psr12",
"exclude": [
"./app/sdks",
"./tests/resources/functions",
"./app/console"
],
"rules": {
"array_indentation": true,
"single_import_per_statement": true,
"simplified_null_return": true,
"ordered_imports": {
"sort_algorithm": "alpha",
"imports_order": [
"const",
"class",
"function"
]
}
}
}

0 comments on commit a9e449e

Please sign in to comment.