mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix: Fix missing parameter.
This commit is contained in:
parent
5a37bfd1a0
commit
f1f13996f9
@ -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