X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FHttp.php;h=595a9c06079afbce4572e8f55afb08336e85e671;hb=cf726992aa4ce457eb4fba768b075085167ad7cb;hp=ee077792fc87c2a61168d877e9c1ccba164ee77b;hpb=7481d51b832ba89932216bcc67bedbc17d7fc651;p=civicrm-core.git diff --git a/CRM/Utils/Http.php b/CRM/Utils/Http.php index ee077792fc..595a9c0607 100644 --- a/CRM/Utils/Http.php +++ b/CRM/Utils/Http.php @@ -61,7 +61,7 @@ class CRM_Utils_Http { * Ex: Array("max-age"=>86400, "public"=>1). */ public static function parseCacheControl($value) { - $result = array(); + $result = []; $parts = preg_split('/, */', $value); foreach ($parts as $part) {