Convert all array() syntax to []
[lhc/web/wiklou.git] / includes / debug / logger / LegacySpi.php
index 1bb779d..a6b53ec 100644 (file)
@@ -40,7 +40,7 @@ class LegacySpi implements Spi {
        /**
         * @var array $singletons
         */
-       protected $singletons = array();
+       protected $singletons = [];
 
        /**
         * Get a logger instance.