mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-19 11:42:51 +00:00
DX: fix phpstan errors
This commit is contained in:
@@ -76,7 +76,7 @@ final class ChillDocumentManager implements DocumentManagerInterface
|
||||
$document->setFilename($data['name']);
|
||||
|
||||
$this->entityManager->persist($document);
|
||||
$this->entityManager->flush($document);
|
||||
$this->entityManager->flush();
|
||||
|
||||
// TODO : Ask proper mapping.
|
||||
// Available: basename, name, extension, content, size
|
||||
|
Reference in New Issue
Block a user