mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-09 17:56:43 +02:00
chore: update rector to latest and use parallel for faster processing
update composer dependencies to latest
This commit is contained in:
parent
9eab54e085
commit
b6114d3d93
33 changed files with 193 additions and 270 deletions
|
|
@ -20,6 +20,7 @@ class WebSubController extends Controller
|
|||
{
|
||||
public function publish(): void
|
||||
{
|
||||
/** @noRector RemoveAlwaysTrueIfConditionRector */
|
||||
if (ENVIRONMENT !== 'production') {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue