We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e7fd0 commit 89d5f2cCopy full SHA for 89d5f2c
1 file changed
pint.json
@@ -10,6 +10,9 @@
10
"import_functions": true
11
},
12
"no_unused_imports": true,
13
+ "php_unit_method_casing": {
14
+ "case": "camel_case"
15
+ },
16
"ordered_class_elements": {
17
"order": [
18
"use_trait",
0 commit comments