diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index bb70a466d..f11a86069 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -46,7 +46,7 @@ 'error_suppression' => true, 'global_namespace_import' => ['import_classes' => false, 'import_constants' => false, 'import_functions' => false], 'header_comment' => ['header' => $header], - 'is_null' => false, + 'is_null' => true, 'list_syntax' => ['syntax' => 'short'], 'modernize_types_casting' => true, 'no_homoglyph_names' => true,