From cb28db18fa62a281f91b7675a22e407bf9d1a8b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 7 Dec 2023 12:28:35 +0100 Subject: [PATCH] Enhancement: Enable is_null fixer --- .php-cs-fixer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 9f3f86110..a7729a2f8 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -35,6 +35,7 @@ $config 'style' => 'post', ], 'indentation_type' => true, + 'is_null' => true, 'line_ending' => true, 'new_with_parentheses' => true, 'no_extra_blank_lines' => true,