Skip to content

Commit 3e24f15

Browse files
authored
Removed unnecessary replacing of variable from parent (#1495)
* Removed replacing of variable from parent * Fix PHP doc
1 parent a04c1b2 commit 3e24f15

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

app/code/core/Mage/Directory/Model/Resource/Country/Collection.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,11 @@
3030
* @category Mage
3131
* @package Mage_Directory
3232
* @author Magento Core Team <core@magentocommerce.com>
33+
*
34+
* @property Mage_Directory_Model_Country[] $_items
3335
*/
3436
class Mage_Directory_Model_Resource_Country_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
3537
{
36-
/**
37-
* @var Mage_Directory_Model_Country[]
38-
*/
39-
protected $_items;
40-
4138
/**
4239
* Define main table
4340
*/

0 commit comments

Comments
 (0)