Browse Source

Patched up doc block

Eugene Ritter 5 years ago
parent
commit
5bd71f3621
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/Http/Client.php

+ 3 - 3
src/Http/Client.php

@@ -228,10 +228,10 @@ class Client implements ClientInterface
     }
 
     /**
-     * Pass a string url to set the base domain and scheme for the request.
-     * Url must parse into a scheme and host.
+     * Pass a string URL to set the base domain and scheme for the request.
+     * URL must parse into a scheme and host.
      *
-     * @param  string  $url A string url e.g. https://example.com
+     * @param  string $url A string url e.g. https://example.com
      * @return static
      * @throws \InvalidArgumentException
      */