mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Merge branch 'master' into onTheFly
This commit is contained in:
@@ -190,7 +190,7 @@ final class ChillDocumentManager implements DocumentManagerInterface
|
||||
}
|
||||
|
||||
public function getSize(Document $document): int {
|
||||
return strlen($this->getContent());
|
||||
return strlen($this->getContent($document));
|
||||
}
|
||||
|
||||
public function read(Document $document): StreamInterface {
|
||||
|
Reference in New Issue
Block a user