Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 13, 2023
1 parent c6acfe8 commit 2551618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scoper.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static function (string $filePath, string $prefix, string $content): string {
return $content;
}

$content = str_replace('\'53\'', "'72'", $content);
$content = str_replace("'53'", "'72'", $content);
return str_replace(', 44,', ', 63, ', $content);
},

Expand Down
1 change: 1 addition & 0 deletions utils/Command/OutsideAnySetCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
sort($rectorClassesOutsideAnySet);

$this->symfonyStyle->listing($rectorClassesOutsideAnySet);
$this->symfonyStyle->warning(sprintf('%d rules is outside any set', count($rectorClassesOutsideAnySet)));

return self::SUCCESS;
}
Expand Down

0 comments on commit 2551618

Please sign in to comment.