1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Enhancement: Enable is_null fixer

This commit is contained in:
Andreas Möller
2023-12-07 12:28:35 +01:00
committed by Derick Rethans
parent 57b259ea59
commit cb28db18fa

View File

@@ -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,