Explorar o código

Fix method signature

Thomas Rabaix %!s(int64=13) %!d(string=hai) anos
pai
achega
f9dd8e6389
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Model/ModelManagerInterface.php

+ 1 - 1
Model/ModelManagerInterface.php

@@ -250,5 +250,5 @@ interface ModelManagerInterface
      *
      * @return void
      */
-    function addIdentifiersToQuery($class, ProxyQueryInterface $query, $idx);
+    function addIdentifiersToQuery($class, ProxyQueryInterface $query, array $idx);
 }