Convert all array() syntax to []
[lhc/web/wiklou.git] / includes / db / DatabaseUtility.php
index 7fcb68e..6fa8bf0 100644 (file)
@@ -210,7 +210,7 @@ class ResultWrapper implements Iterator {
  */
 class FakeResultWrapper extends ResultWrapper {
        /** @var array */
-       public $result = array();
+       public $result = [];
 
        /** @var null And it's going to stay that way :D */
        protected $db = null;