Skip to content

Commit

Permalink
Update rules for PHP CS Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Jan 14, 2025
1 parent 1d6f9bd commit aad2dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit aad2dfc

Please sign in to comment.