createStreamFromResource($resource); } public function createStreamFromResource($resource): StreamInterface { return new Stream($resource); } }