Skip to content

Commit

Permalink
Include declare_strict_types as true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
josephscott committed Aug 7, 2024
1 parent 267cc45 commit 94e8695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog


## 0.0.2 : 2024-08-06
- Include `declare_strict_types` as true by default

## 0.0.1 : 2024-05-22
- First working version
1 change: 1 addition & 0 deletions src/josephscott/phpcsfixer-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class PHPCSFixer_Config {
'declare_equal_normalize' => [
'space' => 'single',
],
'declare_strict_types' => true,
'elseif' => true,
'encoding' => true,
'full_opening_tag' => true,
Expand Down

0 comments on commit 94e8695

Please sign in to comment.