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 82c5d79 commit 70c3f7dCopy full SHA for 70c3f7d
app/code/core/Mage/Reports/Model/Resource/Report/Collection.php
@@ -39,7 +39,7 @@ class Mage_Reports_Model_Resource_Report_Collection
39
/**
40
* Report period
41
*
42
- * @var int
+ * @var string
43
*/
44
protected $_period;
45
@@ -76,7 +76,7 @@ protected function _construct() {}
76
77
* Set period
78
79
- * @param int $period
+ * @param string $period
80
* @return $this
81
82
public function setPeriod($period)
0 commit comments