Skip to content

Commit 70c3f7d

Browse files
committed
updated tests -. fix
1 parent 82c5d79 commit 70c3f7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/core/Mage/Reports/Model/Resource/Report/Collection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Mage_Reports_Model_Resource_Report_Collection
3939
/**
4040
* Report period
4141
*
42-
* @var int
42+
* @var string
4343
*/
4444
protected $_period;
4545

@@ -76,7 +76,7 @@ protected function _construct() {}
7676
/**
7777
* Set period
7878
*
79-
* @param int $period
79+
* @param string $period
8080
* @return $this
8181
*/
8282
public function setPeriod($period)

0 commit comments

Comments
 (0)