Skip to content

Commit 2122717

Browse files
committed
fix: remove unnecessary '\'
1 parent a26bfd9 commit 2122717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Configuration/RectorConfigBuilder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ public function withPreparedSets(
728728
return $this;
729729
}
730730

731-
public function withComposerBased(bool $twig = false, bool $doctrine = false, bool $phpunit = false, bool $symfony = \false): self
731+
public function withComposerBased(bool $twig = false, bool $doctrine = false, bool $phpunit = false, bool $symfony = false): self
732732
{
733733
$setMap = [
734734
SetGroup::TWIG => $twig,

0 commit comments

Comments
 (0)