Completed
Pull Request — master (#18)
by Auke
02:09
created
src/http/ClientStream.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,6 @@
 block discarded – undo
47 47
 
48 48
     /**
49 49
      * Send a HTTP request and return the response
50
-     * @param string       $method  The method to use, GET, POST, etc.
51 50
      * @param string       $url     The URL to request
52 51
      * @param array|string $request The query string
53 52
      * @param array        $options Any of the HTTP stream context options, e.g. extra headers.
Please login to merge, or discard this patch.
src/http/headers.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -80,6 +80,9 @@
 block discarded – undo
80 80
         return $header;
81 81
     }
82 82
 
83
+    /**
84
+     * @param boolean $private
85
+     */
83 86
     static private function getCacheControlTime( $header, $private )
84 87
     {
85 88
         $dontcache = false;
Please login to merge, or discard this patch.