mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 18:43:49 +00:00
DX: fix cs
This commit is contained in:
@@ -104,7 +104,8 @@ final class Editor
|
||||
$this->engine
|
||||
->render('@ChillWopi/Editor/stored_object_failure.html.twig')
|
||||
);
|
||||
} elseif (StoredObject::STATUS_PENDING === $storedObject->getStatus()) {
|
||||
}
|
||||
if (StoredObject::STATUS_PENDING === $storedObject->getStatus()) {
|
||||
return new Response(
|
||||
$this->engine
|
||||
->render('@ChillWopi/Editor/stored_object_pending.html.twig', [
|
||||
|
Reference in New Issue
Block a user