chore(tooling): update pint formatting rules to CS-Fixer v3.94.2

This commit is contained in:
peaklabs-dev 2026-02-24 00:51:03 +01:00
parent 7fc6f0ed8f
commit 7e53941dd6
No known key found for this signature in database

View file

@ -6,6 +6,7 @@
},
"array_push": true,
"assign_null_coalescing_to_coalesce_equal": true,
"attribute_block_no_spaces": true,
"attribute_empty_parentheses": {
"use_parentheses": false
},
@ -64,6 +65,7 @@
"logical_operators": true,
"long_to_shorthand_operator": true,
"mb_str_functions": true,
"modern_serialization_methods": true,
"modernize_strpos": {
"modernize_stripos": true
},
@ -96,6 +98,7 @@
},
"no_homoglyph_names": true,
"no_php4_constructor": true,
"no_redundant_readonly_property": true,
"no_superfluous_elseif": true,
"no_unneeded_braces": {
"namespaces": true
@ -166,12 +169,14 @@
"php_unit_test_annotation": true,
"php_unit_test_case_static_method_calls": true,
"phpdoc_annotation_without_dot": true,
"phpdoc_line_span": true,
"phpdoc_no_alias_tag": true,
"phpdoc_no_empty_return": true,
"phpdoc_return_self_reference": true,
"phpdoc_scalar": true,
"phpdoc_tag_casing": true,
"phpdoc_trim_consecutive_blank_line_separation": true,
"phpdoc_types_no_duplicates": true,
"phpdoc_types_order": {
"null_adjustment": "always_last"
},
@ -189,6 +194,7 @@
"strict_param": true,
"string_length_to_empty": true,
"string_line_ending": true,
"stringable_for_to_string": true,
"ternary_to_null_coalescing": true,
"trailing_comma_in_multiline": {
"elements": [