From 7ac00a9f1bcc781f4b9431a2d20c80af411a6461 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 24 Feb 2026 00:52:28 +0100 Subject: [PATCH] chore(tooling): remove php unit formatting rules from pint as we use pest --- pint.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pint.json b/pint.json index 6b1cb22aa..fc0b44711 100644 --- a/pint.json +++ b/pint.json @@ -153,21 +153,6 @@ ], "sort_algorithm": "none" }, - "php_unit_assert_new_names": true, - "php_unit_construct": true, - "php_unit_data_provider_method_order": { - "placement": "before" - }, - "php_unit_dedicate_assert": true, - "php_unit_dedicate_assert_internal_type": true, - "php_unit_expectation": true, - "php_unit_mock": true, - "php_unit_mock_short_will_return": true, - "php_unit_namespaced": true, - "php_unit_no_expectation_annotation": true, - "php_unit_strict": true, - "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,