Explorar el Código

fixing class compatibility (why is this no longer enforced in PHP > 7.1?)

El RIDO hace 7 años
padre
commit
76007b6ee9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/Data/Database.php

+ 1 - 1
lib/Data/Database.php

@@ -67,7 +67,7 @@ class Database extends AbstractData
      * @throws Exception
      * @return Database
      */
-    public static function getInstance($options = null)
+    public static function getInstance(array $options)
     {
         // if needed initialize the singleton
         if (!(self::$_instance instanceof self)) {