Skip to content

Commit

Permalink
Enable date_time_create_from_format_call
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Sep 9, 2022
1 parent 6799281 commit 57736f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CodeIgniter4.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ public function __construct()
'allow_single_line_empty_anonymous_classes' => true,
'allow_single_line_anonymous_functions' => true,
],
'date_time_create_from_format_call' => true,
'date_time_immutable' => false,
'declare_equal_normalize' => ['space' => 'none'],
'declare_parentheses' => true,
Expand Down

0 comments on commit 57736f0

Please sign in to comment.