瀏覽代碼

Fix method signature

Thomas Rabaix 13 年之前
父節點
當前提交
f9dd8e6389
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
 }