diff --git a/src/Configuration/RectorConfigBuilder.php b/src/Configuration/RectorConfigBuilder.php index 208570ee15..4662d11342 100644 --- a/src/Configuration/RectorConfigBuilder.php +++ b/src/Configuration/RectorConfigBuilder.php @@ -728,7 +728,7 @@ public function withPreparedSets( return $this; } - public function withComposerBased(bool $twig = false, bool $doctrine = false, bool $phpunit = false, bool $symfony = \false): self + public function withComposerBased(bool $twig = false, bool $doctrine = false, bool $phpunit = false, bool $symfony = false): self { $setMap = [ SetGroup::TWIG => $twig,