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