sort properties alphabetically

This commit is contained in:
Julien Fastré 2022-04-26 20:27:08 +02:00
parent f713b1ddc8
commit 7b0c8d21ee

View File

@ -41,10 +41,10 @@ final class ChillDocumentManager implements DocumentManagerInterface
private RequestInterface $request; private RequestInterface $request;
private StoredObjectRepository $storedObjectRepository;
private StoredObjectManagerInterface $storedObjectManager; private StoredObjectManagerInterface $storedObjectManager;
private StoredObjectRepository $storedObjectRepository;
public function __construct( public function __construct(
DocumentLockManagerInterface $documentLockManager, DocumentLockManagerInterface $documentLockManager,
EntityManagerInterface $entityManager, EntityManagerInterface $entityManager,