Resolved with the content as a string */ public function retrieve(string $uri): Promise { return Promise\resolve(file_get_contents(uriToPath($uri))); } }