Merge pull request #14956 from eileenmcnaughton/mem_auto
[civicrm-core.git] / CRM / Utils / Http.php
index 595a9c06079afbce4572e8f55afb08336e85e671..71c58521f805613d8f5ea91fe70c63a7ea800711 100644 (file)
@@ -36,7 +36,7 @@ class CRM_Utils_Http {
    * Parse the expiration time from a series of HTTP headers.
    *
    * @param array $headers
-   * @return int|NULL
+   * @return int|null
    *   Expiration tme as seconds since epoch, or NULL if not cacheable.
    */
   public static function parseExpiration($headers) {