Passed
Push — master ( 96d28f...4d155e )
by Dawid
02:14 queued 10s
created
src/Http/Request.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -52,6 +52,9 @@
 block discarded – undo
52 52
         $headers['Host'] = $headers['Host'] ?? [$this->getHostFromUri()];
53 53
     }
54 54
 
55
+    /**
56
+     * @param null|string $uri
57
+     */
55 58
     private function validateUri($uri)
56 59
     {
57 60
         if (!$uri instanceof UriInterface && !is_string($uri) && null !== $uri) {
Please login to merge, or discard this patch.