Selaa lähdekoodia

Fix method signature

Thomas Rabaix 13 vuotta sitten
vanhempi
commit
f9dd8e6389
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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);
 }