We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2cb43a commit 8518917Copy full SHA for 8518917
rector.php
@@ -6,7 +6,7 @@
6
use Rector\TypeDeclaration\Rector\ClassMethod\BoolReturnTypeFromBooleanStrictReturnsRector;
7
8
return RectorConfig::configure()
9
- ->withPhpSets(php81: true)
+ ->withPhpSets(php82: true)
10
->withPreparedSets(
11
codeQuality: true,
12
codingStyle: true,
0 commit comments