Resolve phpstan erorrs

This commit is contained in:
2024-07-02 14:17:05 +02:00
parent c19c597ba0
commit a9f4f8c973
3 changed files with 7 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ class WorkflowDocumentService
$currentUser = $this->security->getUser();
if (null !== $workflow) {
if (null != $workflow) {
if ($workflow->isFinal()) {
return false;
}