Skip to content

Commit d528a58

Browse files
authored
[TASK] Remove the deprecated strict booleans set (#362)
1 parent d7383ee commit d528a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
return RectorConfig::configure()
99
->withPhpSets(php82: true)
10-
->withPreparedSets(deadCode: true, typeDeclarations: true, earlyReturn: true, strictBooleans: true)
10+
->withPreparedSets(deadCode: true, typeDeclarations: true, earlyReturn: true)
1111
// removeUnusedImports is false since we had cases where imports only used in Docblocks were removed;
1212
// additionally, our code style fixer will remove unused imports as well
1313
->withImportNames(true, true, false, false)

0 commit comments

Comments
 (0)