Skip to content

Commit

Permalink
fix: remove unnecessary '\'
Browse files Browse the repository at this point in the history
  • Loading branch information
ayedbelsem committed Jan 16, 2025
1 parent ade641d commit 18bb173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration/RectorConfigBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 18bb173

Please sign in to comment.