Przeglądaj źródła

Fix method signature

Thomas Rabaix 13 lat temu
rodzic
commit
f9dd8e6389
1 zmienionych plików z 1 dodań i 1 usunięć
  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);
 }