Explorar el Código

Fix method signature

Thomas Rabaix hace 13 años
padre
commit
f9dd8e6389
Se han modificado 1 ficheros con 1 adiciones y 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);
 }