We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1339b commit 498d966Copy full SHA for 498d966
app/code/core/Mage/Adminhtml/Block/Widget/Grid.php
@@ -297,7 +297,7 @@ public function getMainButtonsHtml()
297
/**
298
* set collection object
299
*
300
- * @param Varien_Data_Collection $collection
+ * @param Varien_Data_Collection|Varien_Data_Collection_Db $collection
301
*/
302
public function setCollection($collection)
303
{
@@ -307,7 +307,7 @@ public function setCollection($collection)
307
308
* get collection object
309
310
- * @return Varien_Data_Collection
+ * @return Varien_Data_Collection|Varien_Data_Collection_Db
311
312
public function getCollection()
313
0 commit comments