We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0113a61 commit 8f159efCopy full SHA for 8f159ef
.git-blame-ignore-revs
@@ -30,3 +30,4 @@ d8693f05ae4d9ec884cd2c2d850e7f78ba9dc2ae
30
e20ec4748290d0a4d2e19cb92191114a124951ad
31
59564dc461d1aafe0fccbdf9939cc1b504e18f66
32
a3ac1f72ca4b185f1b3d8052589a2611d4b45f10
33
+0113a619e4c2bc2d0d7cc97070056e18bd0852ac
rector.php
@@ -17,9 +17,7 @@
17
__DIR__ . '/scripts',
18
__DIR__ . '/tests',
19
])
20
- // uncomment to reach your current PHP version
21
- // ->withPhpSets()
22
- ->withPhpSets(php81: true)
+ ->withPhpSets()
23
->withTypeCoverageLevel(0)
24
->withDeadCodeLevel(0)
25
->withCodeQualityLevel(0);
0 commit comments