X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=Civi.php;h=95009e35c3fd3df36ba03e43dca7b844d78b9818;hb=ffc370ffa721fecfaee7cd615119412f5bbf6e67;hp=e52dd1614849e230584e55ccfbdb6b1733d67e3a;hpb=32bd0ab174e08fe8f976cda3ea167343321136af;p=civicrm-core.git diff --git a/Civi.php b/Civi.php index e52dd16148..95009e35c3 100644 --- a/Civi.php +++ b/Civi.php @@ -23,7 +23,7 @@ class Civi { * `Civi::$statics[__CLASS__]['foo'] = 'bar'; * ``` */ - public static $statics = array(); + public static $statics = []; /** * Retrieve a named cache instance. @@ -106,7 +106,7 @@ class Civi { * singletons, containers. */ public static function reset() { - self::$statics = array(); + self::$statics = []; Civi\Core\Container::singleton(); }