Skip to content

Commit ae99330

Browse files
committed
PHPStan Baseline: Mage_Wee
1 parent 653251b commit ae99330

File tree

1 file changed

+2
-1
lines changed
  • app/code/core/Mage/Weee/Model/Attribute/Backend/Weee

1 file changed

+2
-1
lines changed

app/code/core/Mage/Weee/Model/Attribute/Backend/Weee/Tax.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @package Mage_Weee
77
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://magento.com)
88
* @copyright Copyright (c) 2019-2024 The OpenMage Contributors (https://openmage.org)
9-
* @copyright Copyright (c) 2024 Maho (https://mahocommerce.com)
9+
* @copyright Copyright (c) 2024-2025 Maho (https://mahocommerce.com)
1010
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1111
*/
1212
class Mage_Weee_Model_Attribute_Backend_Weee_Tax extends Mage_Catalog_Model_Product_Attribute_Backend_Price
@@ -26,6 +26,7 @@ public static function getBackendModelName()
2626
*/
2727
protected function _getResource()
2828
{
29+
/** @var Mage_Weee_Model_Resource_Attribute_Backend_Weee_Tax */
2930
return Mage::getResourceSingleton(self::getBackendModelName());
3031
}
3132

0 commit comments

Comments
 (0)