Skip to content

Commit

Permalink
Remove datetime immutable config
Browse files Browse the repository at this point in the history
  • Loading branch information
chiiya committed Aug 23, 2023
1 parent ba5e713 commit 2bfd509
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ protected function rules(): array
'mb_str_functions' => true,
'modernize_strpos' => true,
'ordered_interfaces' => true,
'date_time_immutable' => true,
'regular_callable_call' => true,
'use_arrow_functions' => true,
'void_return' => true,
Expand Down

0 comments on commit 2bfd509

Please sign in to comment.