From 7e53941dd6248624c31ffe5c1fdf2424f27781cd Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 24 Feb 2026 00:51:03 +0100 Subject: [PATCH] chore(tooling): update pint formatting rules to CS-Fixer v3.94.2 --- pint.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pint.json b/pint.json index 1513365ed..6b1cb22aa 100644 --- a/pint.json +++ b/pint.json @@ -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": [