From 8d318f6076b1d1aaed241ec5d82b112e43fdd2f2 Mon Sep 17 00:00:00 2001 From: Julien Deniau Date: Mon, 24 Mar 2025 15:29:03 +0000 Subject: [PATCH] Fix another conflicts with prettier --- src/Config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Config.php b/src/Config.php index a67de9e..ce77f9e 100644 --- a/src/Config.php +++ b/src/Config.php @@ -177,6 +177,10 @@ public function getRules(): array 'types_spaces' => false, // not that clear in PER 'single_space_around_construct' => false, 'method_argument_space' => false, + 'integer_literal_case' => false, + 'heredoc_indentation' => [ + 'indentation' => 'same_as_start', + ], ]); }