Skip to content

Commit 498d966

Browse files
sreichelfballiano
authored andcommitted
Updated phpdocs for admin grid collections (#2534)
1 parent 0d1339b commit 498d966

File tree

1 file changed

+2
-2
lines changed
  • app/code/core/Mage/Adminhtml/Block/Widget

1 file changed

+2
-2
lines changed

app/code/core/Mage/Adminhtml/Block/Widget/Grid.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public function getMainButtonsHtml()
297297
/**
298298
* set collection object
299299
*
300-
* @param Varien_Data_Collection $collection
300+
* @param Varien_Data_Collection|Varien_Data_Collection_Db $collection
301301
*/
302302
public function setCollection($collection)
303303
{
@@ -307,7 +307,7 @@ public function setCollection($collection)
307307
/**
308308
* get collection object
309309
*
310-
* @return Varien_Data_Collection
310+
* @return Varien_Data_Collection|Varien_Data_Collection_Db
311311
*/
312312
public function getCollection()
313313
{

0 commit comments

Comments
 (0)