mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 11:33:49 +00:00
DX: fix phpstan errors
This commit is contained in:
@@ -83,7 +83,7 @@ class TaskController extends AbstractController
|
||||
|
||||
if (null === $task) {
|
||||
throw $this->createNotFoundException("task with id '{$taskId}' and type "
|
||||
. "'{$type}' does not exists");
|
||||
. "'{$kind}' does not exists");
|
||||
}
|
||||
|
||||
$workflow = $registry->get($task);
|
||||
|
Reference in New Issue
Block a user