mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
Resolve phpstan erorrs
This commit is contained in:
@@ -23,7 +23,7 @@ class WorkflowDocumentService
|
||||
$currentUser = $this->security->getUser();
|
||||
|
||||
|
||||
if (null !== $workflow) {
|
||||
if (null != $workflow) {
|
||||
if ($workflow->isFinal()) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user