Skip to content

Commit aad2dfc

Browse files
committed
Update rules for PHP CS Fixer
1 parent 1d6f9bd commit aad2dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'error_suppression' => true,
4747
'global_namespace_import' => ['import_classes' => false, 'import_constants' => false, 'import_functions' => false],
4848
'header_comment' => ['header' => $header],
49-
'is_null' => false,
49+
'is_null' => true,
5050
'list_syntax' => ['syntax' => 'short'],
5151
'modernize_types_casting' => true,
5252
'no_homoglyph_names' => true,

0 commit comments

Comments
 (0)