We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2311491 + 71c020a commit 1fb0e9bCopy full SHA for 1fb0e9b
1 file changed
src/Decorator/StreamDecorator.php
@@ -86,6 +86,9 @@ public function getContents(): string
86
return $this->stream->getContents();
87
}
88
89
+ /**
90
+ * @return mixed
91
+ */
92
public function getMetadata(string $key = null)
93
{
94
return $this->stream->getMetadata($key);
0 commit comments