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 53fb088 commit 1289eb1Copy full SHA for 1289eb1
composer.json
@@ -25,6 +25,7 @@
25
"dms/phpunit-arraysubset-asserts": "^0.4|^0.5",
26
"doctrine/dbal": "^3.5",
27
"friendsofphp/php-cs-fixer": "^3.8",
28
+ "laravel/pint": "^1.18",
29
"mockery/mockery": "^1.5.0",
30
"nunomaduro/collision": "^7.0|^8.0",
31
"orchestra/testbench": "^8.0|^9.0",
pint.json
@@ -3,12 +3,12 @@
3
"rules": {
4
"class_attributes_separation": {
5
"elements": {
6
- "const": "only_if_meta",
7
- "property": "only_if_meta",
+ "const": "none",
+ "property": "none",
8
"trait_import": "none"
9
}
10
},
11
- "single_trait_insert_per_statement": false,
+ "single_trait_insert_per_statement": true,
12
"new_with_parentheses": {
13
"named_class": true,
14
"anonymous_class": true
0 commit comments