ソースを参照

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);
 }