%PDF- %PDF-
Direktori : /home/jalalj2hb/www/G/vendor/php-http/message/src/UriFactory/ |
Current File : /home/jalalj2hb/www/G/vendor/php-http/message/src/UriFactory/GuzzleUriFactory.php |
<?php namespace Http\Message\UriFactory; use GuzzleHttp\Psr7; use Http\Message\UriFactory; /** * Creates Guzzle URI. * * @author David de Boer <david@ddeboer.nl> */ final class GuzzleUriFactory implements UriFactory { /** * {@inheritdoc} */ public function createUri($uri) { return Psr7\uri_for($uri); } }