Fix cs after php-cs-fixer upgrade, fix phpstan and rector errors

This commit is contained in:
2024-09-05 18:00:37 +02:00
parent e29e1db6ed
commit e8f09b507f
5 changed files with 39 additions and 26 deletions

View File

@@ -343,7 +343,7 @@ class WorkflowController extends AbstractController
$this->entityManager->flush();
if ($onHoldStep) {
if (null !== $onHoldStep) {
$this->entityManager->remove($onHoldStep);
}