chore: update rector to latest and use parallel for faster processing

update composer dependencies to latest
This commit is contained in:
Yassine Doghri 2022-09-28 14:00:05 +00:00
commit b6114d3d93
33 changed files with 193 additions and 270 deletions

View file

@ -20,6 +20,7 @@ class WebSubController extends Controller
{
public function publish(): void
{
/** @noRector RemoveAlwaysTrueIfConditionRector */
if (ENVIRONMENT !== 'production') {
return;
}