Completed
Pull Request — master (#20)
by Auke
02:48
created
src/http/headers.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -167,6 +167,9 @@  discard block
 block discarded – undo
167 167
         return $headers;
168 168
     }
169 169
 
170
+    /**
171
+     * @param boolean $private
172
+     */
170 173
     private static function getCacheControlTime( $header, $private )
171 174
     {
172 175
         $result    = null;
@@ -227,7 +230,7 @@  discard block
 block discarded – undo
227 230
     /**
228 231
      * Return the last value sent for a specific header, uses the output of parse().
229 232
      * @param (mixed) $headers An array with multiple header strings or a single string.
230
-     * @return array|mixed
233
+     * @return string
231 234
      */
232 235
     private static function getLastHeader($headers) {
233 236
         if ( is_array($headers) ) {
Please login to merge, or discard this patch.