Skip to content

Commit cb28db1

Browse files
localheinzderickr
authored andcommitted
Enhancement: Enable is_null fixer
1 parent 57b259e commit cb28db1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
'style' => 'post',
3636
],
3737
'indentation_type' => true,
38+
'is_null' => true,
3839
'line_ending' => true,
3940
'new_with_parentheses' => true,
4041
'no_extra_blank_lines' => true,

0 commit comments

Comments
 (0)