diff --git a/.github/workflows/check-files.yml b/.github/workflows/check-files.yml index 4478b2f810e..a4114fba292 100644 --- a/.github/workflows/check-files.yml +++ b/.github/workflows/check-files.yml @@ -12,6 +12,9 @@ on: php: description: "Count changed PHP files" value: ${{ jobs.check.outputs.php }} + phtml: + description: "Count changed Template files" + value: ${{ jobs.check.outputs.phtml }} xml: description: "Count changed XML files" value: ${{ jobs.check.outputs.xml }} @@ -44,6 +47,7 @@ jobs: composer: ${{ steps.changes-composer.outputs.composer }} js: ${{ steps.changes-js.outputs.js }} php: ${{ steps.changes-php.outputs.php }} + phtml: ${{ steps.all.outputs.phtml }} xml: ${{ steps.changes-xml.outputs.xml }} workflow: ${{ steps.changes-workflow.outputs.workflow }} phpcs: ${{ steps.changes-phpcs.outputs.phpcs }} @@ -77,6 +81,7 @@ jobs: composer.* *.php **/*.php + **/*.phtml **/*.xml **/*.js .github/workflows/** @@ -113,6 +118,14 @@ jobs: echo "$count PHP file(s) changed" echo "php=$count" >> $GITHUB_OUTPUT + - name: Check if Template files changed + id: changes-phtml + if: steps.changed-files-specific.outputs.any_modified == 'true' + run: | + count="$(grep -oE "*.phtml" <<< "${{ steps.changed-files-specific.outputs.all_modified_files }}" | wc -l)" + echo "$count Template file(s) changed" + echo "phtml=$count" >> $GITHUB_OUTPUT + - name: Check if XML files changed id: changes-xml if: steps.changed-files-specific.outputs.any_modified == 'true' diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4ac1ddb8806..94702280497 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -7,6 +7,7 @@ on: - 'composer.json' - 'composer.lock' - '**.php' + - '**.phtml' - '**.js' - '**.xml' - '.php-cs-fixer.dist.php' @@ -22,6 +23,7 @@ on: - 'composer.json' - 'composer.lock' - '**.php' + - '**.phtml' - '**.js' - '**.xml' - '.php-cs-fixer.dist.php' @@ -87,6 +89,7 @@ jobs: needs: [check, composer] if: | needs.check.outputs.php > 0 || + needs.check.outputs.phtml > 0 || needs.check.outputs.phpstan > 0 || needs.check.outputs.composer > 0 || needs.check.outputs.workflow > 0 diff --git a/.phpstan.dist.baseline.neon b/.phpstan.dist.baseline.neon index 83e68c08584..340faf78bcc 100644 --- a/.phpstan.dist.baseline.neon +++ b/.phpstan.dist.baseline.neon @@ -7140,11 +7140,4706 @@ parameters: count: 1 path: app/code/core/Mage/Wishlist/controllers/IndexController.php + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/api/role_users_grid_js.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/api/roles.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 9 + path: app/design/adminhtml/default/default/template/api/rolesedit.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/api/rolesusers.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/api/user_roles_grid_js.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 11 + path: app/design/adminhtml/default/default/template/api/userinfo.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/api/usernroles.phtml + + - + message: "#^Variable \\$roles might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/api/userroles.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/api/userroles.phtml + + - + message: "#^Variable \\$user_roles might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/api/userroles.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/api/users.phtml + + - + message: "#^PHPDoc tag @var contains unresolvable type\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/api2/attribute/buttons.phtml + + - + message: "#^PHPDoc tag @var does not specify variable name\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/api2/attribute/buttons.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/adminhtml/default/default/template/api2/attribute/buttons.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 11 + path: app/design/adminhtml/default/default/template/api2/attribute/resource.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/api2/permissions/user/edit/tab/roles/js.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$myBlock Mage_Api2_Block_Adminhtml_Roles_Tab_Users\\)\\: Unexpected token \"\\$myBlock\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/adminhtml/default/default/template/api2/role/users_grid_js.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/api2/role/users_grid_js.phtml + + - + message: "#^Call to protected method _isSelected\\(\\) of class Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/checkbox.phtml + + - + message: "#^Call to protected method _isSelected\\(\\) of class Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/multi.phtml + + - + message: "#^Call to protected method _getDefaultValues\\(\\) of class Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/radio.phtml + + - + message: "#^Call to protected method _isSelected\\(\\) of class Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/radio.phtml + + - + message: "#^Call to protected method _showSingle\\(\\) of class Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/radio.phtml + + - + message: "#^Call to protected method _getDefaultValues\\(\\) of class Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/select.phtml + + - + message: "#^Call to protected method _isSelected\\(\\) of class Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/select.phtml + + - + message: "#^Call to protected method _showSingle\\(\\) of class Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/select.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 8 + path: app/design/adminhtml/default/default/template/bundle/product/edit/bundle.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 34 + path: app/design/adminhtml/default/default/template/bundle/product/edit/bundle/option.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/adminhtml/default/default/template/bundle/product/edit/bundle/option/search.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 37 + path: app/design/adminhtml/default/default/template/bundle/product/edit/bundle/option/selection.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/bundle/sales/creditmemo/create/items/renderer.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/bundle/sales/creditmemo/view/items/renderer.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/bundle/sales/invoice/create/items/renderer.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/bundle/sales/invoice/view/items/renderer.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/bundle/sales/order/view/items/renderer.phtml + + - + message: "#^Call to method __\\(\\) on an unknown class Mage_Core_Block_Captcha_Zend\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/captcha/zend.phtml + + - + message: "#^Call to method getFormId\\(\\) on an unknown class Mage_Core_Block_Captcha_Zend\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/captcha/zend.phtml + + - + message: "#^Call to method getImgHeight\\(\\) on an unknown class Mage_Core_Block_Captcha_Zend\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/captcha/zend.phtml + + - + message: "#^Call to method getImgWidth\\(\\) on an unknown class Mage_Core_Block_Captcha_Zend\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/captcha/zend.phtml + + - + message: "#^Call to method getRefreshUrl\\(\\) on an unknown class Mage_Core_Block_Captcha_Zend\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/captcha/zend.phtml + + - + message: "#^Call to method getSkinUrl\\(\\) on an unknown class Mage_Core_Block_Captcha_Zend\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/captcha/zend.phtml + + - + message: "#^PHPDoc tag @var for variable \\$this contains unknown class Mage_Core_Block_Captcha_Zend\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/captcha/zend.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/captcha/zend.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 12 + path: app/design/adminhtml/default/default/template/catalog/category/checkboxes/tree.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/catalog/category/edit.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 20 + path: app/design/adminhtml/default/default/template/catalog/category/edit/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 27 + path: app/design/adminhtml/default/default/template/catalog/category/tree.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 19 + path: app/design/adminhtml/default/default/template/catalog/category/widget/tree.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/catalog/product/attribute/new/created.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 17 + path: app/design/adminhtml/default/default/template/catalog/product/attribute/set/main.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/adminhtml/default/default/template/catalog/product/attribute/set/toolbar/add.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/catalog/product/attribute/set/toolbar/main.phtml + + - + message: "#^Access to an undefined property Mage_Catalog_Model_Product_Option\\:\\:\\$decoratedIsLast\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/date.phtml + + - + message: "#^Access to an undefined property Mage_Catalog_Model_Product_Option\\:\\:\\$decoratedIsLast\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/file.phtml + + - + message: "#^Access to an undefined property Mage_Catalog_Model_Product_Option\\:\\:\\$decoratedIsLast\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/select.phtml + + - + message: "#^Access to an undefined property Mage_Catalog_Model_Product_Option\\:\\:\\$decoratedIsLast\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/text.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/adminhtml/default/default/template/catalog/product/created.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/catalog/product/edit.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/adminhtml/default/default/template/catalog/product/edit/action/attribute.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 30 + path: app/design/adminhtml/default/default/template/catalog/product/edit/action/inventory.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 14 + path: app/design/adminhtml/default/default/template/catalog/product/edit/action/websites.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 12 + path: app/design/adminhtml/default/default/template/catalog/product/edit/categories.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/catalog/product/edit/options.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 42 + path: app/design/adminhtml/default/default/template/catalog/product/edit/options/option.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/catalog/product/edit/options/type/date.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 13 + path: app/design/adminhtml/default/default/template/catalog/product/edit/options/type/file.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/adminhtml/default/default/template/catalog/product/edit/options/type/select.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/catalog/product/edit/options/type/text.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/catalog/product/edit/serializer.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 40 + path: app/design/adminhtml/default/default/template/catalog/product/edit/super/config.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 12 + path: app/design/adminhtml/default/default/template/catalog/product/edit/websites.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 52 + path: app/design/adminhtml/default/default/template/catalog/product/helper/gallery.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/adminhtml/default/default/template/catalog/product/js.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_coreHelper Mage_Core_Helper_Data\\)\\: Unexpected token \"\\$_coreHelper\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/adminhtml/default/default/template/catalog/product/price.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_taxHelper Mage_Tax_Helper_Data\\)\\: Unexpected token \"\\$_taxHelper\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/adminhtml/default/default/template/catalog/product/price.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_weeeHelper Mage_Weee_Helper_Data\\)\\: Unexpected token \"\\$_weeeHelper\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/adminhtml/default/default/template/catalog/product/price.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 12 + path: app/design/adminhtml/default/default/template/catalog/product/price.phtml + + - + message: "#^Parameter \\#2 \\$store of method Mage_Core_Helper_Data\\:\\:currencyByStore\\(\\) expects int\\|Mage_Core_Model_Store\\|null, true given\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/catalog/product/price.phtml + + - + message: "#^Variable \\$_weeeTaxAttributes might not be defined\\.$#" + count: 9 + path: app/design/adminhtml/default/default/template/catalog/product/price.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/catalog/product/tab/alert.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 70 + path: app/design/adminhtml/default/default/template/catalog/product/tab/inventory.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/catalog/wysiwyg/js.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 10 + path: app/design/adminhtml/default/default/template/centinel/authentication/complete.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/centinel/authentication/start.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/adminhtml/default/default/template/centinel/validation/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/cms/page/edit/form/renderer/content.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 11 + path: app/design/adminhtml/default/default/template/customer/edit/tab/account/form/renderer/group.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/customer/online.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/customer/sales/order/create/address/form/renderer/vat.phtml + + - + message: "#^Variable \\$addressCollection might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/customer/tab/addresses.phtml + + - + message: "#^Variable \\$customer might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/customer/tab/addresses.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 24 + path: app/design/adminhtml/default/default/template/customer/tab/addresses.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/customer/tab/newsletter.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 13 + path: app/design/adminhtml/default/default/template/customer/tab/view/sales.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 8 + path: app/design/adminhtml/default/default/template/customer/tab/wishlist.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 9 + path: app/design/adminhtml/default/default/template/dashboard/graph.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/dashboard/graph/disabled.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 40 + path: app/design/adminhtml/default/default/template/dashboard/grid.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 18 + path: app/design/adminhtml/default/default/template/dashboard/index.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/dashboard/salebar.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/dashboard/searches.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 13 + path: app/design/adminhtml/default/default/template/dashboard/store/switcher.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/dashboard/totalbar.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 13 + path: app/design/adminhtml/default/default/template/downloadable/sales/items/column/downloadable/creditmemo/name.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 13 + path: app/design/adminhtml/default/default/template/downloadable/sales/items/column/downloadable/invoice/name.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 13 + path: app/design/adminhtml/default/default/template/downloadable/sales/items/column/downloadable/name.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 14 + path: app/design/adminhtml/default/default/template/downloadable/sales/order/creditmemo/create/items/renderer/downloadable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 58 + path: app/design/adminhtml/default/default/template/downloadable/sales/order/creditmemo/create/items/renderer/downloadable.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 14 + path: app/design/adminhtml/default/default/template/downloadable/sales/order/creditmemo/view/items/renderer/downloadable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 54 + path: app/design/adminhtml/default/default/template/downloadable/sales/order/creditmemo/view/items/renderer/downloadable.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 14 + path: app/design/adminhtml/default/default/template/downloadable/sales/order/invoice/create/items/renderer/downloadable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 56 + path: app/design/adminhtml/default/default/template/downloadable/sales/order/invoice/create/items/renderer/downloadable.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 14 + path: app/design/adminhtml/default/default/template/downloadable/sales/order/invoice/view/items/renderer/downloadable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 54 + path: app/design/adminhtml/default/default/template/downloadable/sales/order/invoice/view/items/renderer/downloadable.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 14 + path: app/design/adminhtml/default/default/template/downloadable/sales/order/view/items/renderer/downloadable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 63 + path: app/design/adminhtml/default/default/template/downloadable/sales/order/view/items/renderer/downloadable.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/adminhtml/default/default/template/email/order/items.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 10 + path: app/design/adminhtml/default/default/template/email/order/items.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 10 + path: app/design/adminhtml/default/default/template/empty.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 12 + path: app/design/adminhtml/default/default/template/forgotpassword.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 20 + path: app/design/adminhtml/default/default/template/giftmessage/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/giftmessage/giftoptionsform.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 29 + path: app/design/adminhtml/default/default/template/giftmessage/helper.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/giftmessage/popup.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/giftmessage/sales/order/create/giftoptions.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/adminhtml/default/default/template/giftmessage/sales/order/create/items.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/giftmessage/sales/order/view/giftoptions.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 18 + path: app/design/adminhtml/default/default/template/giftmessage/sales/order/view/items.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/importexport/busy.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/importexport/export/form/after.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/importexport/export/form/before.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/importexport/import/form/after.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/importexport/import/form/before.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/importexport/import/frame/result.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/index/notifications.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 12 + path: app/design/adminhtml/default/default/template/login.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/adminhtml/default/default/template/newsletter/preview/store.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/newsletter/problem/list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/newsletter/queue/list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/newsletter/queue/preview.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/newsletter/subscriber/list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/newsletter/template/list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/newsletter/template/preview.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 11 + path: app/design/adminhtml/default/default/template/overlay_popup.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 21 + path: app/design/adminhtml/default/default/template/page.phtml + + - + message: "#^Variable \\$am might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$days might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$defaultFormat might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$enUS might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$firstDay might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$months might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$pm might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$today might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$toolTipFormat might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$week might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$weekendDays might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/page/js/calendar.phtml + + - + message: "#^Call to method __\\(\\) on an unknown class Mage_Adminhtml_Page_Block_Notices\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/page/notices.phtml + + - + message: "#^Call to method displayDemoNotice\\(\\) on an unknown class Mage_Adminhtml_Page_Block_Notices\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/page/notices.phtml + + - + message: "#^Call to method displayNoscriptNotice\\(\\) on an unknown class Mage_Adminhtml_Page_Block_Notices\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/page/notices.phtml + + - + message: "#^PHPDoc tag @var for variable \\$this contains unknown class Mage_Adminhtml_Page_Block_Notices\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/page/notices.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 12 + path: app/design/adminhtml/default/default/template/paygate/form/cc.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/adminhtml/default/default/template/paygate/info/cc.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/adminhtml/default/default/template/paygate/info/pdf.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/payment/form/banktransfer.phtml + + - + message: "#^Call to method getInstructions\\(\\) on an unknown class Saas_Payment_Block_Form_Cashondelivery\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/payment/form/cashondelivery.phtml + + - + message: "#^Call to method getMethodCode\\(\\) on an unknown class Saas_Payment_Block_Form_Cashondelivery\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/payment/form/cashondelivery.phtml + + - + message: "#^PHPDoc tag @var for variable \\$this contains unknown class Saas_Payment_Block_Form_Cashondelivery\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/payment/form/cashondelivery.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 19 + path: app/design/adminhtml/default/default/template/payment/form/cc.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 20 + path: app/design/adminhtml/default/default/template/payment/form/ccsave.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/adminhtml/default/default/template/payment/form/checkmo.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/payment/form/purchaseorder.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 9 + path: app/design/adminhtml/default/default/template/payment/info/checkmo.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 9 + path: app/design/adminhtml/default/default/template/payment/info/pdf/checkmo.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/payment/info/pdf/purchaseorder.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/payment/info/purchaseorder.phtml + + - + message: "#^Call to method getHelpLink\\(\\) on an unknown class Mage_Paypal_Block_System_Config_Fieldset_Hint\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/paypal/system/config/fieldset/hint.phtml + + - + message: "#^PHPDoc tag @var for variable \\$this contains unknown class Mage_Paypal_Block_System_Config_Fieldset_Hint\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/paypal/system/config/fieldset/hint.phtml + + - + message: "#^Call to method getPaypalDisabledMethods\\(\\) on an unknown class Mage_Paypal_Block_System_Config_Fieldset_Store\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/paypal/system/config/fieldset/store.phtml + + - + message: "#^PHPDoc tag @var for variable \\$this contains unknown class Mage_Paypal_Block_System_Config_Fieldset_Store\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/paypal/system/config/fieldset/store.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/permissions/role_users_grid_js.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 11 + path: app/design/adminhtml/default/default/template/permissions/roleinfo.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/adminhtml/default/default/template/permissions/roles.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/permissions/rolesusers.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/permissions/user_roles_grid_js.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 11 + path: app/design/adminhtml/default/default/template/permissions/userinfo.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/permissions/usernroles.phtml + + - + message: "#^Variable \\$roles might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/permissions/userroles.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/permissions/userroles.phtml + + - + message: "#^Variable \\$user_roles might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/permissions/userroles.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/permissions/users.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 17 + path: app/design/adminhtml/default/default/template/popup.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/promo/fieldset.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/promo/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/adminhtml/default/default/template/rating/detailed.phtml + + - + message: "#^Variable \\$options might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/rating/options.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/rating/stars/detailed.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/rating/stars/summary.phtml + + - + message: "#^Comparison operation \"\\>\" between int\\<1, max\\> and 0 is always true\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/report/grid.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 76 + path: app/design/adminhtml/default/default/template/report/grid.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/adminhtml/default/default/template/report/grid/container.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/report/refresh/statistics.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/adminhtml/default/default/template/report/wishlist.phtml + + - + message: "#^Variable \\$minAdminPasswordLength might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/resetforgottenpassword.phtml + + - + message: "#^Variable \\$resetPasswordLinkToken might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/resetforgottenpassword.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 14 + path: app/design/adminhtml/default/default/template/resetforgottenpassword.phtml + + - + message: "#^Variable \\$userId might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/resetforgottenpassword.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/adminhtml/default/default/template/review/add.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/adminhtml/default/default/template/sales/billing/agreement/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 14 + path: app/design/adminhtml/default/default/template/sales/billing/agreement/view/tab/info.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/sales/items/column/qty.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 11 + path: app/design/adminhtml/default/default/template/sales/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/sales/order/address/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 11 + path: app/design/adminhtml/default/default/template/sales/order/comments/view.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/adminhtml/default/default/template/sales/order/create/abstract.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/adminhtml/default/default/template/sales/order/create/billing/method/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/sales/order/create/comment.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/adminhtml/default/default/template/sales/order/create/coupons/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 23 + path: app/design/adminhtml/default/default/template/sales/order/create/data.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 12 + path: app/design/adminhtml/default/default/template/sales/order/create/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/sales/order/create/form/account.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 21 + path: app/design/adminhtml/default/default/template/sales/order/create/form/address.phtml + + - + message: "#^If condition is always true\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/sales/order/create/giftmessage.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 9 + path: app/design/adminhtml/default/default/template/sales/order/create/giftmessage.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/sales/order/create/items.phtml + + - + message: "#^Method Mage_Adminhtml_Block_Sales_Order_Create_Abstract\\:\\:formatPrice\\(\\) invoked with 3 parameters, 1 required\\.$#" + count: 18 + path: app/design/adminhtml/default/default/template/sales/order/create/items/grid.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 24 + path: app/design/adminhtml/default/default/template/sales/order/create/items/grid.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/sales/order/create/js.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 10 + path: app/design/adminhtml/default/default/template/sales/order/create/sidebar.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/adminhtml/default/default/template/sales/order/create/totals.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/sales/order/create/totals/default.phtml + + - + message: "#^Call to an undefined method Mage_Tax_Block_Checkout_Grandtotal\\:\\:formatPrice\\(\\)\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/sales/order/create/totals/grandtotal.phtml + + - + message: "#^Call to an undefined method Mage_Tax_Block_Checkout_Shipping\\:\\:formatPrice\\(\\)\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/sales/order/create/totals/shipping.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 22 + path: app/design/adminhtml/default/default/template/sales/order/create/totals/tax.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/sales/order/creditmemo/create/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 25 + path: app/design/adminhtml/default/default/template/sales/order/creditmemo/create/items.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/sales/order/creditmemo/create/items/renderer/configurable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 54 + path: app/design/adminhtml/default/default/template/sales/order/creditmemo/create/items/renderer/configurable.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/sales/order/creditmemo/create/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 54 + path: app/design/adminhtml/default/default/template/sales/order/creditmemo/create/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/adminhtml/default/default/template/sales/order/creditmemo/create/totals/adjustments.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 21 + path: app/design/adminhtml/default/default/template/sales/order/creditmemo/view/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 10 + path: app/design/adminhtml/default/default/template/sales/order/creditmemo/view/items.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/sales/order/creditmemo/view/items/renderer/configurable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 50 + path: app/design/adminhtml/default/default/template/sales/order/creditmemo/view/items/renderer/configurable.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/sales/order/creditmemo/view/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 50 + path: app/design/adminhtml/default/default/template/sales/order/creditmemo/view/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/sales/order/giftoptions.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 22 + path: app/design/adminhtml/default/default/template/sales/order/invoice/create/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/sales/order/invoice/create/items.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/sales/order/invoice/create/items/renderer/configurable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 52 + path: app/design/adminhtml/default/default/template/sales/order/invoice/create/items/renderer/configurable.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/sales/order/invoice/create/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 52 + path: app/design/adminhtml/default/default/template/sales/order/invoice/create/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 20 + path: app/design/adminhtml/default/default/template/sales/order/invoice/view/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 10 + path: app/design/adminhtml/default/default/template/sales/order/invoice/view/items.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/sales/order/invoice/view/items/renderer/configurable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 52 + path: app/design/adminhtml/default/default/template/sales/order/invoice/view/items/renderer/configurable.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/sales/order/invoice/view/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 50 + path: app/design/adminhtml/default/default/template/sales/order/invoice/view/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 18 + path: app/design/adminhtml/default/default/template/sales/order/shipment/create/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/sales/order/shipment/create/items.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/adminhtml/default/default/template/sales/order/shipment/create/items/renderer/configurable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/adminhtml/default/default/template/sales/order/shipment/create/items/renderer/default.phtml + + - + message: "#^Unreachable statement \\- code above always terminates\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/sales/order/shipment/packaging/grid.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/adminhtml/default/default/template/sales/order/shipment/packaging/grid.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 14 + path: app/design/adminhtml/default/default/template/sales/order/shipment/packaging/packed.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 13 + path: app/design/adminhtml/default/default/template/sales/order/shipment/packaging/popup.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 19 + path: app/design/adminhtml/default/default/template/sales/order/shipment/tracking/info.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 33 + path: app/design/adminhtml/default/default/template/sales/order/shipment/view/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/adminhtml/default/default/template/sales/order/shipment/view/items.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/sales/order/shipment/view/items/renderer/configurable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/sales/order/shipment/view/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/sales/order/totalbar.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/sales/order/totals.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/adminhtml/default/default/template/sales/order/totals/discount.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/sales/order/totals/due.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/sales/order/totals/footer.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/adminhtml/default/default/template/sales/order/totals/grand.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 12 + path: app/design/adminhtml/default/default/template/sales/order/totals/item.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/sales/order/totals/main.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/sales/order/totals/paid.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/sales/order/totals/refunded.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/sales/order/totals/shipping.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 9 + path: app/design/adminhtml/default/default/template/sales/order/totals/subtotal.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_source Mage_Sales_Model_Order_Invoice\\)\\: Unexpected token \"\\$_source\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/adminhtml/default/default/template/sales/order/totals/tax.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 21 + path: app/design/adminhtml/default/default/template/sales/order/view/giftmessage.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 17 + path: app/design/adminhtml/default/default/template/sales/order/view/history.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 29 + path: app/design/adminhtml/default/default/template/sales/order/view/info.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 14 + path: app/design/adminhtml/default/default/template/sales/order/view/items.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/sales/order/view/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 56 + path: app/design/adminhtml/default/default/template/sales/order/view/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 13 + path: app/design/adminhtml/default/default/template/sales/order/view/tab/history.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/adminhtml/default/default/template/sales/order/view/tracking.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 24 + path: app/design/adminhtml/default/default/template/sales/transactions/detail.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 13 + path: app/design/adminhtml/default/default/template/store/switcher/enhanced.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/store/switcher/form/renderer/fieldset.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/store/switcher/form/renderer/fieldset/element.phtml + + - + message: "#^Variable \\$items might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/system/autocomplete.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/system/autocomplete.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/system/cache/additional.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 10 + path: app/design/adminhtml/default/default/template/system/cache/edit.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/system/cache/notifications.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/adminhtml/default/default/template/system/config/edit.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 16 + path: app/design/adminhtml/default/default/template/system/config/form/field/array.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/system/config/js.phtml + + - + message: "#^Unreachable statement \\- code above always terminates\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/system/config/switcher.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/adminhtml/default/default/template/system/config/system/storage/media/synchronize.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/adminhtml/default/default/template/system/config/tabs.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 26 + path: app/design/adminhtml/default/default/template/system/convert/profile/process.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/adminhtml/default/default/template/system/convert/profile/run.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/adminhtml/default/default/template/system/convert/profile/upload.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 178 + path: app/design/adminhtml/default/default/template/system/convert/profile/wizard.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 14 + path: app/design/adminhtml/default/default/template/system/currency/rate/matrix.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/adminhtml/default/default/template/system/design/edit.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/system/design/index.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 30 + path: app/design/adminhtml/default/default/template/system/email/template/edit.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/system/email/template/list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/system/email/template/preview.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/system/info.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_coreHelper Mage_Core_Helper_Data\\)\\: Unexpected token \"\\$_coreHelper\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/adminhtml/default/default/template/system/shipping/ups.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$upsModel Mage_Usa_Model_Shipping_Carrier_Ups\\)\\: Unexpected token \"\\$upsModel\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/adminhtml/default/default/template/system/shipping/ups.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$web Mage_Core_Model_Website\\)\\: Unexpected token \"\\$web\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/adminhtml/default/default/template/system/shipping/ups.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/adminhtml/default/default/template/system/store/cell.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/system/store/container.phtml + + - + message: "#^Negated boolean expression is always true\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/system/store/tree.phtml + + - + message: "#^Unreachable statement \\- code above always terminates\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/system/store/tree.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 13 + path: app/design/adminhtml/default/default/template/tag/edit/container.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/tag/index.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/adminhtml/default/default/template/tax/class/page/edit.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 8 + path: app/design/adminhtml/default/default/template/tax/importExport.phtml + + - + message: "#^File ends with a trailing whitespace\\. This may cause problems when running the code in the web browser\\. Remove the closing \\?\\> mark or remove the whitespace\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/tax/notifications.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/tax/rate/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/adminhtml/default/default/template/tax/rate/title.phtml + + - + message: "#^Variable \\$createUrl might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/tax/toolbar/class/add.phtml + + - + message: "#^Variable \\$header might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/tax/toolbar/class/add.phtml + + - + message: "#^Variable \\$form might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/tax/toolbar/class/save.phtml + + - + message: "#^Variable \\$header might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/tax/toolbar/class/save.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/tax/toolbar/class/save.phtml + + - + message: "#^Variable \\$header might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/tax/toolbar/rate/add.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/tax/toolbar/rate/add.phtml + + - + message: "#^Variable \\$form might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/tax/toolbar/rate/save.phtml + + - + message: "#^Variable \\$header might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/tax/toolbar/rate/save.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/tax/toolbar/rate/save.phtml + + - + message: "#^Variable \\$createUrl might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/tax/toolbar/rule/add.phtml + + - + message: "#^Variable \\$header might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/tax/toolbar/rule/add.phtml + + - + message: "#^Variable \\$form might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/tax/toolbar/rule/save.phtml + + - + message: "#^Variable \\$header might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/tax/toolbar/rule/save.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/tax/toolbar/rule/save.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 9 + path: app/design/adminhtml/default/default/template/weee/renderer/tax.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/adminhtml/default/default/template/widget/accordion.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/widget/breadcrumbs.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/default/template/widget/form.phtml + + - + message: "#^Variable \\$element might not be defined\\.$#" + count: 62 + path: app/design/adminhtml/default/default/template/widget/form/element.phtml + + - + message: "#^Variable \\$formBlock might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/widget/form/element.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 23 + path: app/design/adminhtml/default/default/template/widget/form/element/gallery.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/widget/form/renderer/element.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/widget/form/renderer/fieldset.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/widget/form/renderer/fieldset/element.phtml + + - + message: "#^Method Mage_Adminhtml_Block_Widget_Grid\\:\\:getEmptyCellColspan\\(\\) invoked with 1 parameter, 0 required\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/widget/grid.phtml + + - + message: "#^Method Mage_Adminhtml_Block_Widget_Grid\\:\\:getMultipleRowColumns\\(\\) invoked with 1 parameter, 0 required\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/widget/grid.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/widget/grid/container.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 29 + path: app/design/adminhtml/default/default/template/widget/grid/massaction.phtml + + - + message: "#^File ends with a trailing whitespace\\. This may cause problems when running the code in the web browser\\. Remove the closing \\?\\> mark or remove the whitespace\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/widget/grid/serializer.phtml + + - + message: "#^PHPDoc tag @var does not specify variable name\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/widget/grid/serializer.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 11 + path: app/design/adminhtml/default/default/template/widget/grid/serializer.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 24 + path: app/design/adminhtml/default/default/template/widget/instance/edit/layout.phtml + + - + message: "#^Variable \\$id might not be defined\\.$#" + count: 4 + path: app/design/adminhtml/default/default/template/widget/tabsleft.phtml + + - + message: "#^Variable \\$sections might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/default/template/widget/tabsleft.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/adminhtml/default/default/template/widget/view/container.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 11 + path: app/design/adminhtml/default/openmage/template/forgotpassword.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 11 + path: app/design/adminhtml/default/openmage/template/login.phtml + + - + message: "#^Variable \\$minAdminPasswordLength might not be defined\\.$#" + count: 2 + path: app/design/adminhtml/default/openmage/template/resetforgottenpassword.phtml + + - + message: "#^Variable \\$resetPasswordLinkToken might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/openmage/template/resetforgottenpassword.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 13 + path: app/design/adminhtml/default/openmage/template/resetforgottenpassword.phtml + + - + message: "#^Variable \\$userId might not be defined\\.$#" + count: 1 + path: app/design/adminhtml/default/openmage/template/resetforgottenpassword.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 12 + path: app/design/frontend/base/default/template/bundle/catalog/product/list/partof.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_coreHelper Mage_Core_Helper_Data\\)\\: Unexpected token \"\\$_coreHelper\", expected type at offset 12 on line 2$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/catalog/product/price.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_priceModel Mage_Bundle_Model_Product_Price\\)\\: Unexpected token \"\\$_priceModel\", expected type at offset 57 on line 3$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/catalog/product/price.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_product Mage_Catalog_Model_Product\\)\\: Unexpected token \"\\$_product\", expected type at offset 12 on line 2$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/catalog/product/price.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_taxHelper Mage_Tax_Helper_Data\\)\\: Unexpected token \"\\$_taxHelper\", expected type at offset 98 on line 4$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/catalog/product/price.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_weeeHelper Mage_Weee_Helper_Data\\)\\: Unexpected token \"\\$_weeeHelper\", expected type at offset 55 on line 3$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/catalog/product/price.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 5 + path: app/design/frontend/base/default/template/bundle/catalog/product/price.phtml + + - + message: "#^Variable \\$_weeeTaxAttributes might not be defined\\.$#" + count: 8 + path: app/design/frontend/base/default/template/bundle/catalog/product/price.phtml + + - + message: "#^Method Mage_Catalog_Block_Product_Abstract\\:\\:getTierPrices\\(\\) invoked with 2 parameters, 0\\-1 required\\.$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/catalog/product/view/option_tierprices.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_catalogHelper Mage_Catalog_Helper_Data\\)\\: Unexpected token \"\\$_catalogHelper\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/catalog/product/view/option_tierprices.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 12 + path: app/design/frontend/base/default/template/bundle/catalog/product/view/option_tierprices.phtml + + - + message: "#^Variable \\$_weeeTaxAttributes might not be defined\\.$#" + count: 9 + path: app/design/frontend/base/default/template/bundle/catalog/product/view/option_tierprices.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/catalog/product/view/options/notice.phtml + + - + message: "#^Variable \\$_weeeTaxAttributes might not be defined\\.$#" + count: 2 + path: app/design/frontend/base/default/template/bundle/catalog/product/view/price.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 8 + path: app/design/frontend/base/default/template/bundle/catalog/product/view/price.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 9 + path: app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle.phtml + + - + message: "#^Call to protected method _isSelected\\(\\) of class Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option\\.$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle/option/checkbox.phtml + + - + message: "#^Call to protected method _isSelected\\(\\) of class Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option\\.$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle/option/multi.phtml + + - + message: "#^Call to protected method _getDefaultValues\\(\\) of class Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option\\.$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle/option/radio.phtml + + - + message: "#^Call to protected method _isSelected\\(\\) of class Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option\\.$#" + count: 2 + path: app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle/option/radio.phtml + + - + message: "#^Call to protected method _showSingle\\(\\) of class Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option\\.$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle/option/radio.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_selection Mage_Catalog_Model_Product\\)\\: Unexpected token \"\\$_selection\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle/option/radio.phtml + + - + message: "#^Call to protected method _getDefaultValues\\(\\) of class Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option\\.$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle/option/select.phtml + + - + message: "#^Call to protected method _isSelected\\(\\) of class Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option\\.$#" + count: 2 + path: app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle/option/select.phtml + + - + message: "#^Call to protected method _showSingle\\(\\) of class Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option\\.$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle/option/select.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_selection Mage_Catalog_Model_Product\\)\\: Unexpected token \"\\$_selection\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle/option/select.phtml + + - + message: "#^Unreachable statement \\- code above always terminates\\.$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle/options.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle/options.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/base/default/template/bundle/email/order/items/creditmemo/default.phtml + + - + message: "#^Variable \\$_item might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/email/order/items/creditmemo/default.phtml + + - + message: "#^Variable \\$_showlastRow might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/email/order/items/creditmemo/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 22 + path: app/design/frontend/base/default/template/bundle/email/order/items/creditmemo/default.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/base/default/template/bundle/email/order/items/invoice/default.phtml + + - + message: "#^Variable \\$_inc might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/email/order/items/invoice/default.phtml + + - + message: "#^Variable \\$_item might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/email/order/items/invoice/default.phtml + + - + message: "#^Variable \\$_showlastRow might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/email/order/items/invoice/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 22 + path: app/design/frontend/base/default/template/bundle/email/order/items/invoice/default.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/base/default/template/bundle/email/order/items/order/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 27 + path: app/design/frontend/base/default/template/bundle/email/order/items/order/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 15 + path: app/design/frontend/base/default/template/bundle/email/order/items/shipment/default.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_coreHelper Mage_Core_Helper_Data\\)\\: Unexpected token \"\\$_coreHelper\", expected type at offset 12 on line 2$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/rss/catalog/product/price.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_taxHelper Mage_Tax_Helper_Data\\)\\: Unexpected token \"\\$_taxHelper\", expected type at offset 98 on line 4$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/rss/catalog/product/price.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_weeeHelper Mage_Weee_Helper_Data\\)\\: Unexpected token \"\\$_weeeHelper\", expected type at offset 55 on line 3$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/rss/catalog/product/price.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 6 + path: app/design/frontend/base/default/template/bundle/rss/catalog/product/price.phtml + + - + message: "#^Variable \\$_weeeTaxAttributes might not be defined\\.$#" + count: 8 + path: app/design/frontend/base/default/template/bundle/rss/catalog/product/price.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/base/default/template/bundle/sales/order/creditmemo/items/renderer.phtml + + - + message: "#^Variable \\$_item might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/sales/order/creditmemo/items/renderer.phtml + + - + message: "#^Variable \\$_showlastRow might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/sales/order/creditmemo/items/renderer.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 177 + path: app/design/frontend/base/default/template/bundle/sales/order/creditmemo/items/renderer.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/base/default/template/bundle/sales/order/invoice/items/renderer.phtml + + - + message: "#^Variable \\$_item might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/sales/order/invoice/items/renderer.phtml + + - + message: "#^Variable \\$_showlastRow might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/bundle/sales/order/invoice/items/renderer.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 173 + path: app/design/frontend/base/default/template/bundle/sales/order/invoice/items/renderer.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/base/default/template/bundle/sales/order/items/renderer.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 181 + path: app/design/frontend/base/default/template/bundle/sales/order/items/renderer.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 20 + path: app/design/frontend/base/default/template/bundle/sales/order/shipment/items/renderer.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 17 + path: app/design/frontend/base/default/template/callouts/left_col.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 17 + path: app/design/frontend/base/default/template/callouts/right_col.phtml + + - + message: "#^Call to an undefined method Mage_Captcha_Model_Interface\\:\\:getImgSrc\\(\\)\\.$#" + count: 1 + path: app/design/frontend/base/default/template/captcha/zend.phtml + + - + message: "#^Call to an undefined method Mage_Captcha_Model_Interface\\:\\:isCaseSensitive\\(\\)\\.$#" + count: 1 + path: app/design/frontend/base/default/template/captcha/zend.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/frontend/base/default/template/catalog/category/page.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/frontend/base/default/template/catalog/category/widget/link/link_block.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/frontend/base/default/template/catalog/category/widget/link/link_inline.phtml + + - + message: "#^Call to method escapeUrl\\(\\) on an unknown class Mage_Catalog_Block_Layer_Filter\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/layer/filter.phtml + + - + message: "#^Call to method getItems\\(\\) on an unknown class Mage_Catalog_Block_Layer_Filter\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/layer/filter.phtml + + - + message: "#^Call to method shouldDisplayProductCount\\(\\) on an unknown class Mage_Catalog_Block_Layer_Filter\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/layer/filter.phtml + + - + message: "#^PHPDoc tag @var for variable \\$this contains unknown class Mage_Catalog_Block_Layer_Filter\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/layer/filter.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/frontend/base/default/template/catalog/msrp/popup.phtml + + - + message: "#^Parameter \\#2 \\$attribute of method Mage_Catalog_Block_Product_Compare_List\\:\\:getProductAttributeValue\\(\\) expects Mage_Catalog_Model_Resource_Eav_Attribute, Mage_Eav_Model_Entity_Attribute_Abstract given\\.$#" + count: 2 + path: app/design/frontend/base/default/template/catalog/product/compare/list.phtml + + - + message: "#^Parameter \\#2 \\$templateType of method Mage_Catalog_Block_Product_Abstract\\:\\:getReviewsSummaryHtml\\(\\) expects bool, string given\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/product/compare/list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 24 + path: app/design/frontend/base/default/template/catalog/product/gallery.phtml + + - + message: "#^Parameter \\#2 \\$templateType of method Mage_Catalog_Block_Product_Abstract\\:\\:getReviewsSummaryHtml\\(\\) expects bool, string given\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/product/list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 17 + path: app/design/frontend/base/default/template/catalog/product/list/related.phtml + + - + message: "#^Argument of an invalid type string supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/product/list/toolbar.phtml + + - + message: "#^Parameter \\#1 \\$order of method Mage_Catalog_Block_Product_List_Toolbar\\:\\:getOrderUrl\\(\\) expects string, null given\\.$#" + count: 2 + path: app/design/frontend/base/default/template/catalog/product/list/toolbar.phtml + + - + message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, string given\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/product/list/toolbar.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 13 + path: app/design/frontend/base/default/template/catalog/product/list/upsell.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 21 + path: app/design/frontend/base/default/template/catalog/product/new.phtml + + - + message: "#^Left side of && is always true\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/product/price.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 11 + path: app/design/frontend/base/default/template/catalog/product/price.phtml + + - + message: "#^Ternary operator condition is always true\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/product/price.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_product Mage_Catalog_Model_Product\\)\\: Unexpected token \"\\$_product\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/product/price_msrp.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_catalogHelper Mage_Catalog_Helper_Data\\)\\: Unexpected token \"\\$_catalogHelper\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/product/price_msrp_item.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_coreHelper Mage_Core_Helper_Data\\)\\: Unexpected token \"\\$_coreHelper\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/product/price_msrp_item.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_product Mage_Catalog_Model_Product\\)\\: Unexpected token \"\\$_product\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/product/price_msrp_item.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_product Mage_Catalog_Model_Product\\)\\: Unexpected token \"\\$_product\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/product/price_msrp_noform.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_product Mage_Catalog_Model_Product\\)\\: Unexpected token \"\\$_product\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/product/price_msrp_rss.phtml + + - + message: "#^Call to protected method _isSecure\\(\\) of class Mage_Core_Block_Abstract\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/product/view.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/product/view/additional.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 10 + path: app/design/frontend/base/default/template/catalog/product/view/addto.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/frontend/base/default/template/catalog/product/view/addtocart.phtml + + - + message: "#^Access to an undefined property Mage_Catalog_Model_Product_Option\\:\\:\\$decoratedIsLast\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/product/view/options/type/date.phtml + + - + message: "#^Access to an undefined property Mage_Catalog_Model_Product_Option\\:\\:\\$decoratedIsLast\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/product/view/options/type/file.phtml + + - + message: "#^Access to an undefined property Mage_Catalog_Model_Product_Option\\:\\:\\$decoratedIsLast\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/product/view/options/type/select.phtml + + - + message: "#^Access to an undefined property Mage_Catalog_Model_Product_Option\\:\\:\\$decoratedIsLast\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/product/view/options/type/text.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/frontend/base/default/template/catalog/product/view/options/wrapper.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/product/view/options/wrapper/bottom.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/frontend/base/default/template/catalog/product/view/price.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/frontend/base/default/template/catalog/product/view/price_clone.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_catalogHelper Mage_Catalog_Helper_Data\\)\\: Unexpected token \"\\$_catalogHelper\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/product/view/tierprices.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 12 + path: app/design/frontend/base/default/template/catalog/product/view/tierprices.phtml + + - + message: "#^Variable \\$_weeeTaxAttributes might not be defined\\.$#" + count: 9 + path: app/design/frontend/base/default/template/catalog/product/view/tierprices.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/frontend/base/default/template/catalog/product/view/type/options/configurable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/frontend/base/default/template/catalog/product/widget/link/link_block.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/frontend/base/default/template/catalog/product/widget/link/link_inline.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 13 + path: app/design/frontend/base/default/template/catalog/product/widget/new/column/new_default_list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/frontend/base/default/template/catalog/product/widget/new/column/new_images_list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/frontend/base/default/template/catalog/product/widget/new/column/new_names_list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 22 + path: app/design/frontend/base/default/template/catalog/product/widget/new/content/new_grid.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 21 + path: app/design/frontend/base/default/template/catalog/product/widget/new/content/new_list.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 12 + path: app/design/frontend/base/default/template/catalog/rss/product/price.phtml + + - + message: "#^Call to method __\\(\\) on an unknown class Mage_Catalog_Block_Seo_Sitemap_\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/seo/sitemap.phtml + + - + message: "#^Call to method escapeHtml\\(\\) on an unknown class Mage_Catalog_Block_Seo_Sitemap_\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/seo/sitemap.phtml + + - + message: "#^Call to method getCollection\\(\\) on an unknown class Mage_Catalog_Block_Seo_Sitemap_\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/seo/sitemap.phtml + + - + message: "#^Call to method getItemUrl\\(\\) on an unknown class Mage_Catalog_Block_Seo_Sitemap_\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/seo/sitemap.phtml + + - + message: "#^Call to method getItemsTitle\\(\\) on an unknown class Mage_Catalog_Block_Seo_Sitemap_\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/seo/sitemap.phtml + + - + message: "#^PHPDoc tag @var for variable \\$this contains unknown class Mage_Catalog_Block_Seo_Sitemap_\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/seo/sitemap.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/frontend/base/default/template/catalog/seo/sitemap/container.phtml + + - + message: "#^Call to method __\\(\\) on an unknown class Mage_Catalog_Block_Seo_Sitemap_\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/seo/tree.phtml + + - + message: "#^Call to method getCollection\\(\\) on an unknown class Mage_Catalog_Block_Seo_Sitemap_\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/seo/tree.phtml + + - + message: "#^Call to method getItemUrl\\(\\) on an unknown class Mage_Catalog_Block_Seo_Sitemap_\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/seo/tree.phtml + + - + message: "#^Call to method getItemsTitle\\(\\) on an unknown class Mage_Catalog_Block_Seo_Sitemap_\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/seo/tree.phtml + + - + message: "#^Call to method getLevel\\(\\) on an unknown class Mage_Catalog_Block_Seo_Sitemap_\\.$#" + count: 3 + path: app/design/frontend/base/default/template/catalog/seo/tree.phtml + + - + message: "#^PHPDoc tag @var for variable \\$this contains unknown class Mage_Catalog_Block_Seo_Sitemap_\\.$#" + count: 1 + path: app/design/frontend/base/default/template/catalog/seo/tree.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 19 + path: app/design/frontend/base/default/template/catalogsearch/advanced/result.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 21 + path: app/design/frontend/base/default/template/catalogsearch/result.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/frontend/base/default/template/catalogsearch/term.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 8 + path: app/design/frontend/base/default/template/centinel/authentication.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 8 + path: app/design/frontend/base/default/template/centinel/authentication/complete.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/frontend/base/default/template/centinel/authentication/start.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 10 + path: app/design/frontend/base/default/template/centinel/logo.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/frontend/base/default/template/checkout/cart/item/configure/updatecart.phtml + + - + message: "#^Method Mage_Checkout_Helper_Data\\:\\:formatPrice\\(\\) invoked with 3 parameters, 1 required\\.$#" + count: 12 + path: app/design/frontend/base/default/template/checkout/cart/item/default.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/base/default/template/checkout/cart/item/default.phtml + + - + message: "#^Parameter \\#2 \\$visibility of method Mage_Catalog_Helper_Data\\:\\:canApplyMsrp\\(\\) expects int\\|null, string given\\.$#" + count: 1 + path: app/design/frontend/base/default/template/checkout/cart/item/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 62 + path: app/design/frontend/base/default/template/checkout/cart/item/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/frontend/base/default/template/checkout/cart/noItems.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 33 + path: app/design/frontend/base/default/template/checkout/cart/render/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 33 + path: app/design/frontend/base/default/template/checkout/cart/render/simple.phtml + + - + message: "#^Method Mage_Checkout_Helper_Data\\:\\:formatPrice\\(\\) invoked with 3 parameters, 1 required\\.$#" + count: 6 + path: app/design/frontend/base/default/template/checkout/cart/sidebar/default.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/base/default/template/checkout/cart/sidebar/default.phtml + + - + message: "#^Parameter \\#2 \\$visibility of method Mage_Catalog_Helper_Data\\:\\:canApplyMsrp\\(\\) expects int\\|null, string given\\.$#" + count: 1 + path: app/design/frontend/base/default/template/checkout/cart/sidebar/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 45 + path: app/design/frontend/base/default/template/checkout/cart/sidebar/default.phtml + + - + message: "#^Left side of && is always true\\.$#" + count: 1 + path: app/design/frontend/base/default/template/checkout/multishipping/address/select.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 16 + path: app/design/frontend/base/default/template/checkout/multishipping/address/select.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 9 + path: app/design/frontend/base/default/template/checkout/multishipping/billing/items.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/frontend/base/default/template/checkout/multishipping/item/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/checkout/multishipping/link.phtml + + - + message: "#^Parameter \\#1 \\$totals of method Mage_Checkout_Block_Multishipping_Overview\\:\\:renderTotals\\(\\) expects Mage_Sales_Model_Order_Total, array\\ given\\.$#" + count: 1 + path: app/design/frontend/base/default/template/checkout/multishipping/overview.phtml + + - + message: "#^Method Mage_Checkout_Helper_Data\\:\\:formatPrice\\(\\) invoked with 3 parameters, 1 required\\.$#" + count: 12 + path: app/design/frontend/base/default/template/checkout/multishipping/overview/item.phtml + + - + message: "#^Parameter \\#1 \\$product of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects Mage_Catalog_Model_Product, Mage_Sales_Model_Quote_Item given\\.$#" + count: 24 + path: app/design/frontend/base/default/template/checkout/multishipping/overview/item.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/base/default/template/checkout/multishipping/overview/item.phtml + + - + message: "#^Method Mage_Checkout_Block_Multishipping_Shipping\\:\\:getItemsEditUrl\\(\\) invoked with 1 parameter, 0 required\\.$#" + count: 1 + path: app/design/frontend/base/default/template/checkout/multishipping/shipping.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 10 + path: app/design/frontend/base/default/template/checkout/multishipping/success.phtml + + - + message: "#^Cannot call method isEnabled\\(\\) on Mage_Core_Block_Abstract\\|false\\.$#" + count: 5 + path: app/design/frontend/base/default/template/checkout/onepage/billing.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/frontend/base/default/template/checkout/onepage/failure.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/frontend/base/default/template/checkout/onepage/link.phtml + + - + message: "#^If condition is always true\\.$#" + count: 1 + path: app/design/frontend/base/default/template/checkout/onepage/login.phtml + + - + message: "#^Negated boolean expression is always false\\.$#" + count: 1 + path: app/design/frontend/base/default/template/checkout/onepage/login.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 40 + path: app/design/frontend/base/default/template/checkout/onepage/login.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 17 + path: app/design/frontend/base/default/template/checkout/onepage/payment.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 9 + path: app/design/frontend/base/default/template/checkout/onepage/progress.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/frontend/base/default/template/checkout/onepage/progress/billing.phtml + + - + message: "#^File ends with a trailing whitespace\\. This may cause problems when running the code in the web browser\\. Remove the closing \\?\\> mark or remove the whitespace\\.$#" + count: 1 + path: app/design/frontend/base/default/template/checkout/onepage/progress/payment.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/frontend/base/default/template/checkout/onepage/progress/payment.phtml + + - + message: "#^File ends with a trailing whitespace\\. This may cause problems when running the code in the web browser\\. Remove the closing \\?\\> mark or remove the whitespace\\.$#" + count: 1 + path: app/design/frontend/base/default/template/checkout/onepage/progress/shipping.phtml + + - + message: "#^If condition is always true\\.$#" + count: 1 + path: app/design/frontend/base/default/template/checkout/onepage/progress/shipping.phtml + + - + message: "#^Ternary operator condition is always true\\.$#" + count: 1 + path: app/design/frontend/base/default/template/checkout/onepage/progress/shipping.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/frontend/base/default/template/checkout/onepage/progress/shipping.phtml + + - + message: "#^File ends with a trailing whitespace\\. This may cause problems when running the code in the web browser\\. Remove the closing \\?\\> mark or remove the whitespace\\.$#" + count: 1 + path: app/design/frontend/base/default/template/checkout/onepage/progress/shipping_method.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 12 + path: app/design/frontend/base/default/template/checkout/onepage/progress/shipping_method.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/frontend/base/default/template/checkout/onepage/review/button.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 27 + path: app/design/frontend/base/default/template/checkout/onepage/review/info.phtml + + - + message: "#^Method Mage_Checkout_Helper_Data\\:\\:formatPrice\\(\\) invoked with 3 parameters, 1 required\\.$#" + count: 12 + path: app/design/frontend/base/default/template/checkout/onepage/review/item.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/base/default/template/checkout/onepage/review/item.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 30 + path: app/design/frontend/base/default/template/checkout/onepage/review/item.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 9 + path: app/design/frontend/base/default/template/checkout/onepage/shipping_method.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/frontend/base/default/template/checkout/onepage/shipping_method/additional.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 15 + path: app/design/frontend/base/default/template/checkout/total/default.phtml + + - + message: "#^Parameter \\#1 \\$amount of method Mage_Checkout_Block_Total_Nominal\\:\\:formatPrice\\(\\) expects float, string given\\.$#" + count: 1 + path: app/design/frontend/base/default/template/checkout/total/nominal.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 18 + path: app/design/frontend/base/default/template/checkout/total/tax.phtml + + - + message: "#^Variable \\$pageData might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/cms/content.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/cms/content_heading.phtml + + - + message: "#^Variable \\$pageData might not be defined\\.$#" + count: 4 + path: app/design/frontend/base/default/template/cms/meta.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/frontend/base/default/template/cms/widget/link/link_block.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/frontend/base/default/template/cms/widget/link/link_inline.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/cms/widget/static_block/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/frontend/base/default/template/contacts/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/frontend/base/default/template/core/link.phtml + + - + message: "#^Variable \\$html might not be defined\\.$#" + count: 2 + path: app/design/frontend/base/default/template/core/messages.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/core/messages.phtml + + - + message: "#^Variable \\$types might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/core/messages.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 10 + path: app/design/frontend/base/default/template/customer/account/dashboard.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 11 + path: app/design/frontend/base/default/template/customer/account/dashboard/address.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/frontend/base/default/template/customer/account/dashboard/hello.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 17 + path: app/design/frontend/base/default/template/customer/account/dashboard/info.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/frontend/base/default/template/customer/account/dashboard/newsletter.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/frontend/base/default/template/customer/account/link/back.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/frontend/base/default/template/customer/account/navigation.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 16 + path: app/design/frontend/base/default/template/customer/address.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$test Mage_Customer_Block_Address_Book\\)\\: Unexpected token \"\\$test\", expected type at offset 66 on line 3$#" + count: 1 + path: app/design/frontend/base/default/template/customer/address/book.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 30 + path: app/design/frontend/base/default/template/customer/address/book.phtml + + - + message: "#^Variable \\$customer might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/customer/balance.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/frontend/base/default/template/customer/balance.phtml + + - + message: "#^Variable \\$action might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/customer/form/address.phtml + + - + message: "#^Variable \\$address might not be defined\\.$#" + count: 2 + path: app/design/frontend/base/default/template/customer/form/address.phtml + + - + message: "#^Variable \\$countries might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/customer/form/address.phtml + + - + message: "#^Variable \\$data might not be defined\\.$#" + count: 12 + path: app/design/frontend/base/default/template/customer/form/address.phtml + + - + message: "#^Variable \\$primaryTypes might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/customer/form/address.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 51 + path: app/design/frontend/base/default/template/customer/form/address.phtml + + - + message: "#^Variable \\$action might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/customer/form/changepassword.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 15 + path: app/design/frontend/base/default/template/customer/form/changepassword.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 13 + path: app/design/frontend/base/default/template/customer/form/confirmation.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 36 + path: app/design/frontend/base/default/template/customer/form/edit.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 14 + path: app/design/frontend/base/default/template/customer/form/forgotpassword.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 16 + path: app/design/frontend/base/default/template/customer/form/newsletter.phtml + + - + message: "#^Cannot call method isEnabled\\(\\) on Mage_Core_Block_Abstract\\|false\\.$#" + count: 3 + path: app/design/frontend/base/default/template/customer/form/register.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 10 + path: app/design/frontend/base/default/template/customer/form/resetforgottenpassword.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/customer/logout.phtml + + - + message: "#^Variable \\$orders might not be defined\\.$#" + count: 2 + path: app/design/frontend/base/default/template/customer/orders.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 11 + path: app/design/frontend/base/default/template/customer/orders.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 11 + path: app/design/frontend/base/default/template/customer/widget/gender.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 11 + path: app/design/frontend/base/default/template/customer/widget/taxvat.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 13 + path: app/design/frontend/base/default/template/customer/wishlist.phtml + + - + message: "#^Variable \\$wishlist might not be defined\\.$#" + count: 2 + path: app/design/frontend/base/default/template/customer/wishlist.phtml + + - + message: "#^Variable \\$currency might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/directory/currency/switch.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/frontend/base/default/template/directory/currency/switch.phtml + + - + message: "#^Method Mage_Checkout_Helper_Data\\:\\:formatPrice\\(\\) invoked with 3 parameters, 1 required\\.$#" + count: 12 + path: app/design/frontend/base/default/template/downloadable/checkout/cart/item/default.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/base/default/template/downloadable/checkout/cart/item/default.phtml + + - + message: "#^Parameter \\#2 \\$visibility of method Mage_Catalog_Helper_Data\\:\\:canApplyMsrp\\(\\) expects int\\|null, string given\\.$#" + count: 1 + path: app/design/frontend/base/default/template/downloadable/checkout/cart/item/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 60 + path: app/design/frontend/base/default/template/downloadable/checkout/cart/item/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 11 + path: app/design/frontend/base/default/template/downloadable/checkout/multishipping/item/downloadable.phtml + + - + message: "#^Method Mage_Checkout_Helper_Data\\:\\:formatPrice\\(\\) invoked with 3 parameters, 1 required\\.$#" + count: 12 + path: app/design/frontend/base/default/template/downloadable/checkout/onepage/review/item.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/base/default/template/downloadable/checkout/onepage/review/item.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 33 + path: app/design/frontend/base/default/template/downloadable/checkout/onepage/review/item.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/frontend/base/default/template/downloadable/checkout/success.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/base/default/template/downloadable/email/order/items/creditmemo/downloadable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 19 + path: app/design/frontend/base/default/template/downloadable/email/order/items/creditmemo/downloadable.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/base/default/template/downloadable/email/order/items/invoice/downloadable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 18 + path: app/design/frontend/base/default/template/downloadable/email/order/items/invoice/downloadable.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/base/default/template/downloadable/email/order/items/order/downloadable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 28 + path: app/design/frontend/base/default/template/downloadable/email/order/items/order/downloadable.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/base/default/template/downloadable/sales/order/creditmemo/items/renderer/downloadable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 170 + path: app/design/frontend/base/default/template/downloadable/sales/order/creditmemo/items/renderer/downloadable.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/base/default/template/downloadable/sales/order/invoice/items/renderer/downloadable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 170 + path: app/design/frontend/base/default/template/downloadable/sales/order/invoice/items/renderer/downloadable.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/base/default/template/downloadable/sales/order/items/renderer/downloadable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 190 + path: app/design/frontend/base/default/template/downloadable/sales/order/items/renderer/downloadable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 8 + path: app/design/frontend/base/default/template/email/order/creditmemo/items.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 8 + path: app/design/frontend/base/default/template/email/order/invoice/items.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 16 + path: app/design/frontend/base/default/template/email/order/items.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/base/default/template/email/order/items/creditmemo/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 16 + path: app/design/frontend/base/default/template/email/order/items/creditmemo/default.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/base/default/template/email/order/items/invoice/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 16 + path: app/design/frontend/base/default/template/email/order/items/invoice/default.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/base/default/template/email/order/items/order/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 24 + path: app/design/frontend/base/default/template/email/order/items/order/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 8 + path: app/design/frontend/base/default/template/email/order/items/shipment/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/frontend/base/default/template/email/order/shipment/items.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/frontend/base/default/template/email/order/shipment/track.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 145 + path: app/design/frontend/base/default/template/giftmessage/inline.phtml + + - + message: "#^Call to protected method _getEnhancedEcommerceDataForAnalytics4\\(\\) of class Mage_GoogleAnalytics_Block_Ga\\.$#" + count: 1 + path: app/design/frontend/base/default/template/googleanalytics/ga.phtml + + - + message: "#^Call to protected method _getPageTrackingCode\\(\\) of class Mage_GoogleAnalytics_Block_Ga\\.$#" + count: 1 + path: app/design/frontend/base/default/template/googleanalytics/ga.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/frontend/base/default/template/newsletter/subscribe.phtml + + - + message: "#^Variable \\$crumbs might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/page/html/breadcrumbs.phtml + + - + message: "#^File ends with a trailing whitespace\\. This may cause problems when running the code in the web browser\\. Remove the closing \\?\\> mark or remove the whitespace\\.$#" + count: 1 + path: app/design/frontend/base/default/template/page/html/cookienotice.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/page/html/top.links.phtml + + - + message: "#^Variable \\$toplinks might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/page/html/top.links.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/frontend/base/default/template/page/html/wrapper.phtml + + - + message: "#^Variable \\$am might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$days might not be defined\\.$#" + count: 2 + path: app/design/frontend/base/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$defaultFormat might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$enUS might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$firstDay might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$months might not be defined\\.$#" + count: 2 + path: app/design/frontend/base/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$pm might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$today might not be defined\\.$#" + count: 2 + path: app/design/frontend/base/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$toolTipFormat might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$week might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$weekendDays might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/page/js/calendar.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/frontend/base/default/template/page/redirect.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 15 + path: app/design/frontend/base/default/template/paygate/form/cc.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/frontend/base/default/template/paygate/info/cc.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/frontend/base/default/template/payment/form/banktransfer.phtml + + - + message: "#^Call to method getInstructions\\(\\) on an unknown class Saas_Payment_Block_Form_Cashondelivery\\.$#" + count: 2 + path: app/design/frontend/base/default/template/payment/form/cashondelivery.phtml + + - + message: "#^Call to method getMethodCode\\(\\) on an unknown class Saas_Payment_Block_Form_Cashondelivery\\.$#" + count: 2 + path: app/design/frontend/base/default/template/payment/form/cashondelivery.phtml + + - + message: "#^PHPDoc tag @var for variable \\$this contains unknown class Saas_Payment_Block_Form_Cashondelivery\\.$#" + count: 1 + path: app/design/frontend/base/default/template/payment/form/cashondelivery.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 26 + path: app/design/frontend/base/default/template/payment/form/cc.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 31 + path: app/design/frontend/base/default/template/payment/form/ccsave.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 10 + path: app/design/frontend/base/default/template/payment/form/checkmo.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/frontend/base/default/template/payment/form/purchaseorder.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 10 + path: app/design/frontend/base/default/template/payment/info/checkmo.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/frontend/base/default/template/payment/info/purchaseorder.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/frontend/base/default/template/paypal/hss/iframe.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/frontend/base/default/template/paypal/hss/review/button.phtml + + - + message: "#^Class Mage_Paypal_Block_Express_Form referenced with incorrect case\\: Mage_PayPal_Block_Express_Form\\.$#" + count: 1 + path: app/design/frontend/base/default/template/paypal/payment/redirect.phtml + + - + message: "#^Cannot call method isEnabled\\(\\) on Mage_Core_Block_Abstract\\|false\\.$#" + count: 4 + path: app/design/frontend/base/default/template/persistent/checkout/onepage/billing.phtml + + - + message: "#^If condition is always true\\.$#" + count: 1 + path: app/design/frontend/base/default/template/persistent/checkout/onepage/login.phtml + + - + message: "#^Negated boolean expression is always false\\.$#" + count: 1 + path: app/design/frontend/base/default/template/persistent/checkout/onepage/login.phtml + + - + message: "#^Cannot call method isEnabled\\(\\) on Mage_Core_Block_Abstract\\|false\\.$#" + count: 3 + path: app/design/frontend/base/default/template/persistent/customer/form/register.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/frontend/base/default/template/rating/detailed.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/rating/empty.phtml + + - + message: "#^Parameter \\#2 \\$templateType of method Mage_Catalog_Block_Product_Abstract\\:\\:getReviewsSummaryHtml\\(\\) expects bool, string given\\.$#" + count: 1 + path: app/design/frontend/base/default/template/reports/home_product_compared.phtml + + - + message: "#^Parameter \\#2 \\$templateType of method Mage_Catalog_Block_Product_Abstract\\:\\:getReviewsSummaryHtml\\(\\) expects bool, string given\\.$#" + count: 1 + path: app/design/frontend/base/default/template/reports/home_product_viewed.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 12 + path: app/design/frontend/base/default/template/reports/widget/compared/column/compared_default_list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/frontend/base/default/template/reports/widget/compared/column/compared_images_list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/frontend/base/default/template/reports/widget/compared/column/compared_names_list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 21 + path: app/design/frontend/base/default/template/reports/widget/compared/content/compared_grid.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 20 + path: app/design/frontend/base/default/template/reports/widget/compared/content/compared_list.phtml + + - + message: "#^Parameter \\#2 \\$templateType of method Mage_Catalog_Block_Product_Abstract\\:\\:getReviewsSummaryHtml\\(\\) expects bool, string given\\.$#" + count: 1 + path: app/design/frontend/base/default/template/reports/widget/viewed/content/viewed_grid.phtml + + - + message: "#^Parameter \\#2 \\$templateType of method Mage_Catalog_Block_Product_Abstract\\:\\:getReviewsSummaryHtml\\(\\) expects bool, string given\\.$#" + count: 1 + path: app/design/frontend/base/default/template/reports/widget/viewed/content/viewed_list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 17 + path: app/design/frontend/base/default/template/review/customer/list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 9 + path: app/design/frontend/base/default/template/review/customer/recent.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 34 + path: app/design/frontend/base/default/template/review/customer/view.phtml + + - + message: "#^Variable \\$data might not be defined\\.$#" + count: 3 + path: app/design/frontend/base/default/template/review/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 30 + path: app/design/frontend/base/default/template/review/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 11 + path: app/design/frontend/base/default/template/review/helper/summary.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 9 + path: app/design/frontend/base/default/template/review/helper/summary_short.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/review/product/view/count.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 13 + path: app/design/frontend/base/default/template/review/product/view/list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/review/product/view/other.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 29 + path: app/design/frontend/base/default/template/review/view.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 8 + path: app/design/frontend/base/default/template/rss/list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 27 + path: app/design/frontend/base/default/template/rss/order/details.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/frontend/base/default/template/sales/guest/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/frontend/base/default/template/sales/order/creditmemo.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 17 + path: app/design/frontend/base/default/template/sales/order/creditmemo/items.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/base/default/template/sales/order/creditmemo/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 167 + path: app/design/frontend/base/default/template/sales/order/creditmemo/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 21 + path: app/design/frontend/base/default/template/sales/order/details.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 18 + path: app/design/frontend/base/default/template/sales/order/history.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 10 + path: app/design/frontend/base/default/template/sales/order/info/buttons.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/frontend/base/default/template/sales/order/invoice.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 15 + path: app/design/frontend/base/default/template/sales/order/invoice/items.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/base/default/template/sales/order/invoice/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 167 + path: app/design/frontend/base/default/template/sales/order/invoice/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 18 + path: app/design/frontend/base/default/template/sales/order/items.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/base/default/template/sales/order/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 187 + path: app/design/frontend/base/default/template/sales/order/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 18 + path: app/design/frontend/base/default/template/sales/order/print.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 22 + path: app/design/frontend/base/default/template/sales/order/print/creditmemo.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 20 + path: app/design/frontend/base/default/template/sales/order/print/invoice.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 17 + path: app/design/frontend/base/default/template/sales/order/recent.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/frontend/base/default/template/sales/order/shipment.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 22 + path: app/design/frontend/base/default/template/sales/order/shipment/items.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 15 + path: app/design/frontend/base/default/template/sales/order/shipment/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 23 + path: app/design/frontend/base/default/template/sales/order/trackinginfo.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 22 + path: app/design/frontend/base/default/template/sales/order/view.phtml + + - + message: "#^Call to method __\\(\\) on an unknown class Mage_Sale_Block_Reorder_Sidebar\\.$#" + count: 6 + path: app/design/frontend/base/default/template/sales/reorder/sidebar.phtml + + - + message: "#^Call to method escapeHtml\\(\\) on an unknown class Mage_Sale_Block_Reorder_Sidebar\\.$#" + count: 1 + path: app/design/frontend/base/default/template/sales/reorder/sidebar.phtml + + - + message: "#^Call to method getBlockHtml\\(\\) on an unknown class Mage_Sale_Block_Reorder_Sidebar\\.$#" + count: 1 + path: app/design/frontend/base/default/template/sales/reorder/sidebar.phtml + + - + message: "#^Call to method getFormActionUrl\\(\\) on an unknown class Mage_Sale_Block_Reorder_Sidebar\\.$#" + count: 1 + path: app/design/frontend/base/default/template/sales/reorder/sidebar.phtml + + - + message: "#^Call to method getItems\\(\\) on an unknown class Mage_Sale_Block_Reorder_Sidebar\\.$#" + count: 1 + path: app/design/frontend/base/default/template/sales/reorder/sidebar.phtml + + - + message: "#^Call to method getPagerHtml\\(\\) on an unknown class Mage_Sale_Block_Reorder_Sidebar\\.$#" + count: 1 + path: app/design/frontend/base/default/template/sales/reorder/sidebar.phtml + + - + message: "#^Call to method getUrl\\(\\) on an unknown class Mage_Sale_Block_Reorder_Sidebar\\.$#" + count: 1 + path: app/design/frontend/base/default/template/sales/reorder/sidebar.phtml + + - + message: "#^Call to method isItemAvailableForReorder\\(\\) on an unknown class Mage_Sale_Block_Reorder_Sidebar\\.$#" + count: 1 + path: app/design/frontend/base/default/template/sales/reorder/sidebar.phtml + + - + message: "#^PHPDoc tag @var for variable \\$this contains unknown class Mage_Sale_Block_Reorder_Sidebar\\.$#" + count: 1 + path: app/design/frontend/base/default/template/sales/reorder/sidebar.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/frontend/base/default/template/tag/cloud.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/frontend/base/default/template/tag/customer/recent.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 11 + path: app/design/frontend/base/default/template/tag/customer/tags.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 31 + path: app/design/frontend/base/default/template/tag/customer/view.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 12 + path: app/design/frontend/base/default/template/tag/list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/frontend/base/default/template/tag/popular.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 22 + path: app/design/frontend/base/default/template/tax/order/tax.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/frontend/base/default/template/wishlist/button/share.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/frontend/base/default/template/wishlist/button/tocart.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/frontend/base/default/template/wishlist/button/update.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/frontend/base/default/template/wishlist/email/rss.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/frontend/base/default/template/wishlist/item/column/image.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 12 + path: app/design/frontend/base/default/template/wishlist/item/column/info.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/frontend/base/default/template/wishlist/item/column/remove.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 9 + path: app/design/frontend/base/default/template/wishlist/item/configure/addto.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/frontend/base/default/template/wishlist/item/list.phtml + + - + message: "#^Call to method getCleanProductPriceHtml\\(\\) on an unknown class Mage_Wishlist_Block_Customer_Wishlist_Render_Item_Price\\.$#" + count: 1 + path: app/design/frontend/base/default/template/wishlist/render/item/price.phtml + + - + message: "#^Call to method getProduct\\(\\) on an unknown class Mage_Wishlist_Block_Customer_Wishlist_Render_Item_Price\\.$#" + count: 1 + path: app/design/frontend/base/default/template/wishlist/render/item/price.phtml + + - + message: "#^PHPDoc tag @var for variable \\$this contains unknown class Mage_Wishlist_Block_Customer_Wishlist_Render_Item_Price\\.$#" + count: 1 + path: app/design/frontend/base/default/template/wishlist/render/item/price.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_catalogHelper Mage_Catalog_Helper_Data\\)\\: Unexpected token \"\\$_catalogHelper\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/frontend/base/default/template/wishlist/render/item/price_msrp_item.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_coreHelper Mage_Core_Helper_Data\\)\\: Unexpected token \"\\$_coreHelper\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/frontend/base/default/template/wishlist/render/item/price_msrp_item.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_product Mage_Catalog_Model_Product\\)\\: Unexpected token \"\\$_product\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/frontend/base/default/template/wishlist/render/item/price_msrp_item.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 19 + path: app/design/frontend/base/default/template/wishlist/sharing.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/frontend/rwd/default/template/bundle/catalog/product/view/type/bundle.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/frontend/rwd/default/template/bundle/catalog/product/view/type/bundle/availability.phtml + + - + message: "#^Call to protected method _getDefaultValues\\(\\) of class Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/bundle/catalog/product/view/type/bundle/option/select.phtml + + - + message: "#^Call to protected method _isSelected\\(\\) of class Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option\\.$#" + count: 2 + path: app/design/frontend/rwd/default/template/bundle/catalog/product/view/type/bundle/option/select.phtml + + - + message: "#^Call to protected method _showSingle\\(\\) of class Mage_Bundle_Block_Catalog_Product_View_Type_Bundle_Option\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/bundle/catalog/product/view/type/bundle/option/select.phtml + + - + message: "#^PHPDoc tag @var has invalid value \\(\\$_selection Mage_Catalog_Model_Product\\)\\: Unexpected token \"\\$_selection\", expected type at offset 9 on line 1$#" + count: 1 + path: app/design/frontend/rwd/default/template/bundle/catalog/product/view/type/bundle/option/select.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/rwd/default/template/bundle/email/order/items/creditmemo/default.phtml + + - + message: "#^Variable \\$_item might not be defined\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/bundle/email/order/items/creditmemo/default.phtml + + - + message: "#^Variable \\$_showlastRow might not be defined\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/bundle/email/order/items/creditmemo/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 25 + path: app/design/frontend/rwd/default/template/bundle/email/order/items/creditmemo/default.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/rwd/default/template/bundle/email/order/items/invoice/default.phtml + + - + message: "#^Variable \\$_inc might not be defined\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/bundle/email/order/items/invoice/default.phtml + + - + message: "#^Variable \\$_item might not be defined\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/bundle/email/order/items/invoice/default.phtml + + - + message: "#^Variable \\$_showlastRow might not be defined\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/bundle/email/order/items/invoice/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 25 + path: app/design/frontend/rwd/default/template/bundle/email/order/items/invoice/default.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/rwd/default/template/bundle/email/order/items/order/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 29 + path: app/design/frontend/rwd/default/template/bundle/email/order/items/order/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 16 + path: app/design/frontend/rwd/default/template/bundle/email/order/items/shipment/default.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/rwd/default/template/bundle/sales/order/items/renderer.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 181 + path: app/design/frontend/rwd/default/template/bundle/sales/order/items/renderer.phtml + + - + message: "#^Call to method __\\(\\) on an unknown class Mage_Core_Block_Captcha_Zend\\.$#" + count: 3 + path: app/design/frontend/rwd/default/template/captcha/zend.phtml + + - + message: "#^Call to method getCaptchaModel\\(\\) on an unknown class Mage_Core_Block_Captcha_Zend\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/captcha/zend.phtml + + - + message: "#^Call to method getFormId\\(\\) on an unknown class Mage_Core_Block_Captcha_Zend\\.$#" + count: 9 + path: app/design/frontend/rwd/default/template/captcha/zend.phtml + + - + message: "#^Call to method getImgHeight\\(\\) on an unknown class Mage_Core_Block_Captcha_Zend\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/captcha/zend.phtml + + - + message: "#^Call to method getRefreshUrl\\(\\) on an unknown class Mage_Core_Block_Captcha_Zend\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/captcha/zend.phtml + + - + message: "#^Call to method getSkinUrl\\(\\) on an unknown class Mage_Core_Block_Captcha_Zend\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/captcha/zend.phtml + + - + message: "#^PHPDoc tag @var for variable \\$this contains unknown class Mage_Core_Block_Captcha_Zend\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/captcha/zend.phtml + + - + message: "#^Call to method escapeUrl\\(\\) on an unknown class Mage_Catalog_Block_Layer_Filter\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/catalog/layer/filter.phtml + + - + message: "#^Call to method getItems\\(\\) on an unknown class Mage_Catalog_Block_Layer_Filter\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/catalog/layer/filter.phtml + + - + message: "#^Call to method shouldDisplayProductCount\\(\\) on an unknown class Mage_Catalog_Block_Layer_Filter\\.$#" + count: 2 + path: app/design/frontend/rwd/default/template/catalog/layer/filter.phtml + + - + message: "#^PHPDoc tag @var for variable \\$this contains unknown class Mage_Catalog_Block_Layer_Filter\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/catalog/layer/filter.phtml + + - + message: "#^Cannot call method setFilter\\(\\) on class\\-string\\|object\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/catalog/layer/state.phtml + + - + message: "#^Cannot call method toHtml\\(\\) on class\\-string\\|object\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/catalog/layer/state.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/frontend/rwd/default/template/catalog/msrp/popup.phtml + + - + message: "#^Parameter \\#2 \\$attribute of method Mage_Catalog_Block_Product_Compare_List\\:\\:getProductAttributeValue\\(\\) expects Mage_Catalog_Model_Resource_Eav_Attribute, Mage_Eav_Model_Entity_Attribute_Abstract given\\.$#" + count: 2 + path: app/design/frontend/rwd/default/template/catalog/product/compare/list.phtml + + - + message: "#^Parameter \\#2 \\$templateType of method Mage_Catalog_Block_Product_Abstract\\:\\:getReviewsSummaryHtml\\(\\) expects bool, string given\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/catalog/product/compare/list.phtml + + - + message: "#^Parameter \\#2 \\$templateType of method Mage_Catalog_Block_Product_Abstract\\:\\:getReviewsSummaryHtml\\(\\) expects bool, string given\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/catalog/product/list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 17 + path: app/design/frontend/rwd/default/template/catalog/product/list/related.phtml + + - + message: "#^Argument of an invalid type string supplied for foreach, only iterables are supported\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/catalog/product/list/toolbar.phtml + + - + message: "#^Parameter \\#1 \\$order of method Mage_Catalog_Block_Product_List_Toolbar\\:\\:getOrderUrl\\(\\) expects string, null given\\.$#" + count: 2 + path: app/design/frontend/rwd/default/template/catalog/product/list/toolbar.phtml + + - + message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, string given\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/catalog/product/list/toolbar.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 12 + path: app/design/frontend/rwd/default/template/catalog/product/list/upsell.phtml + + - + message: "#^Left side of && is always true\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/catalog/product/price.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 11 + path: app/design/frontend/rwd/default/template/catalog/product/price.phtml + + - + message: "#^Ternary operator condition is always true\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/catalog/product/price.phtml + + - + message: "#^Call to protected method _isSecure\\(\\) of class Mage_Core_Block_Abstract\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/catalog/product/view.phtml + + - + message: "#^Parameter \\#2 \\$templateType of method Mage_Catalog_Block_Product_Abstract\\:\\:getReviewsSummaryHtml\\(\\) expects bool, string given\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/catalog/product/view.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 8 + path: app/design/frontend/rwd/default/template/catalog/product/view/addto.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/frontend/rwd/default/template/catalog/product/view/addtocart.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 12 + path: app/design/frontend/rwd/default/template/catalog/product/view/sharing.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/frontend/rwd/default/template/catalog/product/view/type/availability/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/frontend/rwd/default/template/catalog/product/view/type/availability/grouped.phtml + + - + message: "#^Cannot call method setAttributeObj\\(\\) on class\\-string\\|object\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/catalog/product/view/type/options/configurable.phtml + + - + message: "#^Cannot call method setProduct\\(\\) on class\\-string\\|object\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/catalog/product/view/type/options/configurable.phtml + + - + message: "#^Cannot call method toHtml\\(\\) on class\\-string\\|object\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/catalog/product/view/type/options/configurable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/frontend/rwd/default/template/catalog/product/view/type/options/configurable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 9 + path: app/design/frontend/rwd/default/template/catalog/product/widget/new/column/new_default_list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/frontend/rwd/default/template/catalog/product/widget/new/column/new_images_list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/frontend/rwd/default/template/catalog/product/widget/new/column/new_names_list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 22 + path: app/design/frontend/rwd/default/template/catalog/product/widget/new/content/new_grid.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 8 + path: app/design/frontend/rwd/default/template/catalog/product/widget/new/content/new_list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 22 + path: app/design/frontend/rwd/default/template/catalogsearch/result.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/frontend/rwd/default/template/centinel/authentication/start.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/frontend/rwd/default/template/checkout/cart/item/configure/updatecart.phtml + + - + message: "#^Method Mage_Checkout_Helper_Data\\:\\:formatPrice\\(\\) invoked with 3 parameters, 1 required\\.$#" + count: 12 + path: app/design/frontend/rwd/default/template/checkout/cart/item/default.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/rwd/default/template/checkout/cart/item/default.phtml + + - + message: "#^Parameter \\#2 \\$visibility of method Mage_Catalog_Helper_Data\\:\\:canApplyMsrp\\(\\) expects int\\|null, string given\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/checkout/cart/item/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 81 + path: app/design/frontend/rwd/default/template/checkout/cart/item/default.phtml + + - + message: "#^Method Mage_Checkout_Helper_Data\\:\\:formatPrice\\(\\) invoked with 3 parameters, 1 required\\.$#" + count: 6 + path: app/design/frontend/rwd/default/template/checkout/cart/minicart/default.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/rwd/default/template/checkout/cart/minicart/default.phtml + + - + message: "#^Parameter \\#2 \\$visibility of method Mage_Catalog_Helper_Data\\:\\:canApplyMsrp\\(\\) expects int\\|null, string given\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/checkout/cart/minicart/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 50 + path: app/design/frontend/rwd/default/template/checkout/cart/minicart/default.phtml + + - + message: "#^Call to an undefined method Mage_Checkout_Block_Cart_Minicart\\:\\:isPossibleOnepageCheckout\\(\\)\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/checkout/cart/minicart/items.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 33 + path: app/design/frontend/rwd/default/template/checkout/cart/render/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 33 + path: app/design/frontend/rwd/default/template/checkout/cart/render/simple.phtml + + - + message: "#^Method Mage_Checkout_Helper_Data\\:\\:formatPrice\\(\\) invoked with 3 parameters, 1 required\\.$#" + count: 6 + path: app/design/frontend/rwd/default/template/checkout/cart/sidebar/default.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/rwd/default/template/checkout/cart/sidebar/default.phtml + + - + message: "#^Parameter \\#2 \\$visibility of method Mage_Catalog_Helper_Data\\:\\:canApplyMsrp\\(\\) expects int\\|null, string given\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/checkout/cart/sidebar/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 45 + path: app/design/frontend/rwd/default/template/checkout/cart/sidebar/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 9 + path: app/design/frontend/rwd/default/template/checkout/multishipping/item/default.phtml + + - + message: "#^Parameter \\#1 \\$totals of method Mage_Checkout_Block_Multishipping_Overview\\:\\:renderTotals\\(\\) expects Mage_Sales_Model_Order_Total, array\\ given\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/checkout/multishipping/overview.phtml + + - + message: "#^Method Mage_Checkout_Helper_Data\\:\\:formatPrice\\(\\) invoked with 3 parameters, 1 required\\.$#" + count: 12 + path: app/design/frontend/rwd/default/template/checkout/multishipping/overview/item.phtml + + - + message: "#^Parameter \\#1 \\$product of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects Mage_Catalog_Model_Product, Mage_Sales_Model_Quote_Item given\\.$#" + count: 24 + path: app/design/frontend/rwd/default/template/checkout/multishipping/overview/item.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/rwd/default/template/checkout/multishipping/overview/item.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 18 + path: app/design/frontend/rwd/default/template/checkout/onepage/payment.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 10 + path: app/design/frontend/rwd/default/template/checkout/onepage/progress.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 29 + path: app/design/frontend/rwd/default/template/checkout/onepage/review/info.phtml + + - + message: "#^Method Mage_Checkout_Helper_Data\\:\\:formatPrice\\(\\) invoked with 3 parameters, 1 required\\.$#" + count: 12 + path: app/design/frontend/rwd/default/template/checkout/onepage/review/item.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/rwd/default/template/checkout/onepage/review/item.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 43 + path: app/design/frontend/rwd/default/template/checkout/onepage/review/item.phtml + + - + message: "#^Call to method escapeUrl\\(\\) on an unknown class Mage_Catalog_Block_Layer_Filter\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/configurableswatches/catalog/layer/filter/swatches.phtml + + - + message: "#^Call to method getItems\\(\\) on an unknown class Mage_Catalog_Block_Layer_Filter\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/configurableswatches/catalog/layer/filter/swatches.phtml + + - + message: "#^Call to method shouldDisplayProductCount\\(\\) on an unknown class Mage_Catalog_Block_Layer_Filter\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/configurableswatches/catalog/layer/filter/swatches.phtml + + - + message: "#^PHPDoc tag @var for variable \\$this contains unknown class Mage_Catalog_Block_Layer_Filter\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/configurableswatches/catalog/layer/filter/swatches.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 14 + path: app/design/frontend/rwd/default/template/configurableswatches/catalog/layer/state/swatch.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/configurableswatches/catalog/product/list/swatches.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/configurableswatches/catalog/product/view/type/configurable/swatch-js.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 8 + path: app/design/frontend/rwd/default/template/configurableswatches/catalog/product/view/type/options/configurable/swatches.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/frontend/rwd/default/template/contacts/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 10 + path: app/design/frontend/rwd/default/template/customer/account/dashboard.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 11 + path: app/design/frontend/rwd/default/template/customer/account/dashboard/address.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/frontend/rwd/default/template/customer/account/navigation.phtml + + - + message: "#^Variable \\$action might not be defined\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/customer/form/address.phtml + + - + message: "#^Variable \\$address might not be defined\\.$#" + count: 2 + path: app/design/frontend/rwd/default/template/customer/form/address.phtml + + - + message: "#^Variable \\$countries might not be defined\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/customer/form/address.phtml + + - + message: "#^Variable \\$data might not be defined\\.$#" + count: 12 + path: app/design/frontend/rwd/default/template/customer/form/address.phtml + + - + message: "#^Variable \\$primaryTypes might not be defined\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/customer/form/address.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 52 + path: app/design/frontend/rwd/default/template/customer/form/address.phtml + + - + message: "#^Variable \\$action might not be defined\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/customer/form/changepassword.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 15 + path: app/design/frontend/rwd/default/template/customer/form/changepassword.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 13 + path: app/design/frontend/rwd/default/template/customer/form/confirmation.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 36 + path: app/design/frontend/rwd/default/template/customer/form/edit.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 14 + path: app/design/frontend/rwd/default/template/customer/form/forgotpassword.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 10 + path: app/design/frontend/rwd/default/template/customer/form/resetforgottenpassword.phtml + + - + message: "#^Method Mage_Checkout_Helper_Data\\:\\:formatPrice\\(\\) invoked with 3 parameters, 1 required\\.$#" + count: 12 + path: app/design/frontend/rwd/default/template/downloadable/checkout/cart/item/default.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/rwd/default/template/downloadable/checkout/cart/item/default.phtml + + - + message: "#^Parameter \\#2 \\$visibility of method Mage_Catalog_Helper_Data\\:\\:canApplyMsrp\\(\\) expects int\\|null, string given\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/downloadable/checkout/cart/item/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 79 + path: app/design/frontend/rwd/default/template/downloadable/checkout/cart/item/default.phtml + + - + message: "#^Method Mage_Checkout_Helper_Data\\:\\:formatPrice\\(\\) invoked with 3 parameters, 1 required\\.$#" + count: 12 + path: app/design/frontend/rwd/default/template/downloadable/checkout/onepage/review/item.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/rwd/default/template/downloadable/checkout/onepage/review/item.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 38 + path: app/design/frontend/rwd/default/template/downloadable/checkout/onepage/review/item.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/rwd/default/template/downloadable/email/order/items/creditmemo/downloadable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 20 + path: app/design/frontend/rwd/default/template/downloadable/email/order/items/creditmemo/downloadable.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/rwd/default/template/downloadable/email/order/items/invoice/downloadable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 19 + path: app/design/frontend/rwd/default/template/downloadable/email/order/items/invoice/downloadable.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/rwd/default/template/downloadable/email/order/items/order/downloadable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 29 + path: app/design/frontend/rwd/default/template/downloadable/email/order/items/order/downloadable.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/rwd/default/template/downloadable/sales/order/items/renderer/downloadable.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 198 + path: app/design/frontend/rwd/default/template/downloadable/sales/order/items/renderer/downloadable.phtml + + - + message: "#^Parameter \\#2 \\$templateType of method Mage_Catalog_Block_Product_Abstract\\:\\:getReviewsSummaryHtml\\(\\) expects bool, string given\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/email/catalog/product/list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 10 + path: app/design/frontend/rwd/default/template/email/catalog/product/new.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 8 + path: app/design/frontend/rwd/default/template/email/order/creditmemo/items.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 8 + path: app/design/frontend/rwd/default/template/email/order/invoice/items.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 16 + path: app/design/frontend/rwd/default/template/email/order/items.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/rwd/default/template/email/order/items/creditmemo/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 17 + path: app/design/frontend/rwd/default/template/email/order/items/creditmemo/default.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/rwd/default/template/email/order/items/invoice/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 17 + path: app/design/frontend/rwd/default/template/email/order/items/invoice/default.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 8 + path: app/design/frontend/rwd/default/template/email/order/items/order/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 25 + path: app/design/frontend/rwd/default/template/email/order/items/order/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 8 + path: app/design/frontend/rwd/default/template/email/order/items/shipment/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/frontend/rwd/default/template/email/order/shipment/items.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/frontend/rwd/default/template/email/order/shipment/track.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/email/order/totals/wrapper.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/frontend/rwd/default/template/newsletter/subscribe.phtml + + - + message: "#^Call to protected method _getRenderedMenuItemAttributes\\(\\) of class Mage_Page_Block_Html_Topmenu\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/page/html/topmenu/renderer.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 28 + path: app/design/frontend/rwd/default/template/payment/form/cc.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 32 + path: app/design/frontend/rwd/default/template/payment/form/ccsave.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 70 + path: app/design/frontend/rwd/default/template/paypal/express/review/address.phtml + + - + message: "#^Cannot call method isEnabled\\(\\) on Mage_Core_Block_Abstract\\|false\\.$#" + count: 4 + path: app/design/frontend/rwd/default/template/persistent/checkout/onepage/billing.phtml + + - + message: "#^If condition is always true\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/persistent/checkout/onepage/login.phtml + + - + message: "#^Negated boolean expression is always false\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/persistent/checkout/onepage/login.phtml + + - + message: "#^Cannot call method isEnabled\\(\\) on Mage_Core_Block_Abstract\\|false\\.$#" + count: 3 + path: app/design/frontend/rwd/default/template/persistent/customer/form/register.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 2 + path: app/design/frontend/rwd/default/template/rating/detailed.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 8 + path: app/design/frontend/rwd/default/template/reports/widget/compared/column/compared_default_list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 6 + path: app/design/frontend/rwd/default/template/reports/widget/compared/column/compared_images_list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 4 + path: app/design/frontend/rwd/default/template/reports/widget/compared/column/compared_names_list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 20 + path: app/design/frontend/rwd/default/template/reports/widget/compared/content/compared_grid.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 7 + path: app/design/frontend/rwd/default/template/reports/widget/compared/content/compared_list.phtml + + - + message: "#^Parameter \\#2 \\$templateType of method Mage_Catalog_Block_Product_Abstract\\:\\:getReviewsSummaryHtml\\(\\) expects bool, string given\\.$#" + count: 1 + path: app/design/frontend/rwd/default/template/reports/widget/viewed/content/viewed_grid.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 34 + path: app/design/frontend/rwd/default/template/review/customer/view.phtml + + - + message: "#^Variable \\$data might not be defined\\.$#" + count: 3 + path: app/design/frontend/rwd/default/template/review/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 31 + path: app/design/frontend/rwd/default/template/review/form.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 15 + path: app/design/frontend/rwd/default/template/review/product/view/list.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 29 + path: app/design/frontend/rwd/default/template/review/view.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 22 + path: app/design/frontend/rwd/default/template/sales/order/creditmemo/items.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/rwd/default/template/sales/order/creditmemo/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 173 + path: app/design/frontend/rwd/default/template/sales/order/creditmemo/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 19 + path: app/design/frontend/rwd/default/template/sales/order/history.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 18 + path: app/design/frontend/rwd/default/template/sales/order/invoice/items.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/rwd/default/template/sales/order/invoice/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 172 + path: app/design/frontend/rwd/default/template/sales/order/invoice/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 18 + path: app/design/frontend/rwd/default/template/sales/order/items.phtml + + - + message: "#^Parameter \\#2 \\$compareTo of method Mage_Weee_Helper_Data\\:\\:typeOfDisplay\\(\\) expects array\\|null, int given\\.$#" + count: 16 + path: app/design/frontend/rwd/default/template/sales/order/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 191 + path: app/design/frontend/rwd/default/template/sales/order/items/renderer/default.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 17 + path: app/design/frontend/rwd/default/template/sales/order/recent.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 22 + path: app/design/frontend/rwd/default/template/sales/order/shipment/items.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: app/design/frontend/rwd/default/template/wishlist/button/update.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 12 + path: app/design/frontend/rwd/default/template/wishlist/item/column/info.phtml + + - + message: "#^Variable \\$steps might not be defined\\.$#" + count: 1 + path: app/design/install/default/default/template/install/state.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 5 + path: app/design/install/default/default/template/install/state.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 23 + path: app/design/install/default/default/template/page.phtml + - message: "#^Variable \\$cronMode might not be defined\\.$#" count: 1 path: cron.php + - + message: "#^Variable \\$contentTemplate might not be defined\\.$#" + count: 1 + path: errors/default/page.phtml + + - + message: "#^Variable \\$this might not be defined\\.$#" + count: 3 + path: errors/default/page.phtml + - message: "#^Comparison operation \"\\>\\=\" between int\\<0, max\\> and 0 is always true\\.$#" count: 1 diff --git a/.phpstan.dist.neon b/.phpstan.dist.neon index fb7e925ab1b..0917bc73c1d 100644 --- a/.phpstan.dist.neon +++ b/.phpstan.dist.neon @@ -4,6 +4,9 @@ includes: - phar://phpstan.phar/conf/bleedingEdge.neon parameters: magentoRootPath: %currentWorkingDirectory% + fileExtensions: + - php + - phtml paths: - api.php - cron.php @@ -12,6 +15,7 @@ parameters: - install.php - app/Mage.php - app/code/core/Mage + - app/design/ - errors - lib/Mage - lib/Magento diff --git a/app/design/adminhtml/default/default/template/access_denied.phtml b/app/design/adminhtml/default/default/template/access_denied.phtml index 4a128e5b57c..1665da7f47e 100644 --- a/app/design/adminhtml/default/default/template/access_denied.phtml +++ b/app/design/adminhtml/default/default/template/access_denied.phtml @@ -9,13 +9,14 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2021-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2021-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?>

helper('adminhtml')->__('Access denied') ?>

diff --git a/app/design/adminhtml/default/default/template/api/roleinfo.phtml b/app/design/adminhtml/default/default/template/api/roleinfo.phtml index ac22d1fb272..d2681106ab1 100644 --- a/app/design/adminhtml/default/default/template/api/roleinfo.phtml +++ b/app/design/adminhtml/default/default/template/api/roleinfo.phtml @@ -9,10 +9,10 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2022-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ -/** @var $this Mage_Adminhtml_Block_Api_Tab_Roleinfo */ +/** @var Mage_Adminhtml_Block_Api_Tab_Roleinfo $this */ ?>
diff --git a/app/design/adminhtml/default/default/template/api2/role/buttons.phtml b/app/design/adminhtml/default/default/template/api2/role/buttons.phtml index ea3b30468fc..c544174070c 100644 --- a/app/design/adminhtml/default/default/template/api2/role/buttons.phtml +++ b/app/design/adminhtml/default/default/template/api2/role/buttons.phtml @@ -9,11 +9,11 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2022-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> - +
diff --git a/app/design/adminhtml/default/default/template/authorizenet/directpost/iframe.phtml b/app/design/adminhtml/default/default/template/authorizenet/directpost/iframe.phtml index 863e3028997..4d2139735bb 100644 --- a/app/design/adminhtml/default/default/template/authorizenet/directpost/iframe.phtml +++ b/app/design/adminhtml/default/default/template/authorizenet/directpost/iframe.phtml @@ -9,12 +9,12 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2021-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2021-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ /** - * @var $this Mage_Authorizenet_Block_Directpost_Iframe + * @var Mage_Authorizenet_Block_Directpost_Iframe $this */ ?> - +decorateArray($this->getOptions()); ?>
diff --git a/app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/checkbox.phtml b/app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/checkbox.phtml index 8a7f1074f18..7b5a93638d5 100644 --- a/app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/checkbox.phtml +++ b/app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/checkbox.phtml @@ -9,12 +9,12 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2021-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2021-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> - + getOption(); ?> getSelections(); ?> getSkipSaleableCheck(); ?> diff --git a/app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/multi.phtml b/app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/multi.phtml index 9d06c60df1e..2143b93b8dc 100644 --- a/app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/multi.phtml +++ b/app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/multi.phtml @@ -9,12 +9,12 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2021-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2021-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> - + getOption(); ?> getSelections(); ?> getSkipSaleableCheck(); ?> diff --git a/app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/radio.phtml b/app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/radio.phtml index 503ab1bb72c..ed9e0d8bc8c 100644 --- a/app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/radio.phtml +++ b/app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/radio.phtml @@ -9,12 +9,12 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2021-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2021-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> - + getOption(); ?> getSelections(); ?> getDefaultSelection(); ?> diff --git a/app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/select.phtml b/app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/select.phtml index 7d13406fbfd..203139efa32 100644 --- a/app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/select.phtml +++ b/app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/select.phtml @@ -9,12 +9,12 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2021-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2021-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> - + getOption(); ?> getSelections(); ?> getDefaultSelection(); ?> diff --git a/app/design/adminhtml/default/default/template/bundle/sales/creditmemo/create/items/renderer.phtml b/app/design/adminhtml/default/default/template/bundle/sales/creditmemo/create/items/renderer.phtml index c7e2cba7534..e847f99cc0b 100644 --- a/app/design/adminhtml/default/default/template/bundle/sales/creditmemo/create/items/renderer.phtml +++ b/app/design/adminhtml/default/default/template/bundle/sales/creditmemo/create/items/renderer.phtml @@ -9,13 +9,14 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2018-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2018-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> diff --git a/app/design/adminhtml/default/default/template/bundle/sales/creditmemo/view/items/renderer.phtml b/app/design/adminhtml/default/default/template/bundle/sales/creditmemo/view/items/renderer.phtml index 7a32e6b0708..ca4531397c2 100644 --- a/app/design/adminhtml/default/default/template/bundle/sales/creditmemo/view/items/renderer.phtml +++ b/app/design/adminhtml/default/default/template/bundle/sales/creditmemo/view/items/renderer.phtml @@ -9,13 +9,14 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2018-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2018-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> diff --git a/app/design/adminhtml/default/default/template/bundle/sales/invoice/create/items/renderer.phtml b/app/design/adminhtml/default/default/template/bundle/sales/invoice/create/items/renderer.phtml index e3998880f35..7d70b28c472 100644 --- a/app/design/adminhtml/default/default/template/bundle/sales/invoice/create/items/renderer.phtml +++ b/app/design/adminhtml/default/default/template/bundle/sales/invoice/create/items/renderer.phtml @@ -9,13 +9,14 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2018-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2018-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> diff --git a/app/design/adminhtml/default/default/template/bundle/sales/invoice/view/items/renderer.phtml b/app/design/adminhtml/default/default/template/bundle/sales/invoice/view/items/renderer.phtml index 28ee8b60c95..79b2a0b7c0c 100644 --- a/app/design/adminhtml/default/default/template/bundle/sales/invoice/view/items/renderer.phtml +++ b/app/design/adminhtml/default/default/template/bundle/sales/invoice/view/items/renderer.phtml @@ -9,13 +9,14 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2018-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2018-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> diff --git a/app/design/adminhtml/default/default/template/bundle/sales/order/view/items/renderer.phtml b/app/design/adminhtml/default/default/template/bundle/sales/order/view/items/renderer.phtml index 7193c731765..6dbdc747fab 100644 --- a/app/design/adminhtml/default/default/template/bundle/sales/order/view/items/renderer.phtml +++ b/app/design/adminhtml/default/default/template/bundle/sales/order/view/items/renderer.phtml @@ -9,13 +9,14 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2018-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2018-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> diff --git a/app/design/adminhtml/default/default/template/bundle/sales/shipment/create/items/renderer.phtml b/app/design/adminhtml/default/default/template/bundle/sales/shipment/create/items/renderer.phtml index 39b79927fac..4af680b59f3 100644 --- a/app/design/adminhtml/default/default/template/bundle/sales/shipment/create/items/renderer.phtml +++ b/app/design/adminhtml/default/default/template/bundle/sales/shipment/create/items/renderer.phtml @@ -9,13 +9,14 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2018-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2018-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> diff --git a/app/design/adminhtml/default/default/template/bundle/sales/shipment/view/items/renderer.phtml b/app/design/adminhtml/default/default/template/bundle/sales/shipment/view/items/renderer.phtml index c21b76e28d1..cbc96cb75e7 100644 --- a/app/design/adminhtml/default/default/template/bundle/sales/shipment/view/items/renderer.phtml +++ b/app/design/adminhtml/default/default/template/bundle/sales/shipment/view/items/renderer.phtml @@ -9,13 +9,14 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2018-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2018-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> diff --git a/app/design/adminhtml/default/default/template/captcha/zend.phtml b/app/design/adminhtml/default/default/template/captcha/zend.phtml index b2dffd81aac..48abad178ba 100644 --- a/app/design/adminhtml/default/default/template/captcha/zend.phtml +++ b/app/design/adminhtml/default/default/template/captcha/zend.phtml @@ -9,12 +9,12 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2021-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2021-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> getCaptchaModel() ?> - +
diff --git a/app/design/adminhtml/default/default/template/catalog/form/renderer/fieldset/element.phtml b/app/design/adminhtml/default/default/template/catalog/form/renderer/fieldset/element.phtml index 05b1a366c1c..f5a7bd3720e 100644 --- a/app/design/adminhtml/default/default/template/catalog/form/renderer/fieldset/element.phtml +++ b/app/design/adminhtml/default/default/template/catalog/form/renderer/fieldset/element.phtml @@ -9,13 +9,14 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2018-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2018-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> getElement() ?> diff --git a/app/design/adminhtml/default/default/template/catalog/product.phtml b/app/design/adminhtml/default/default/template/catalog/product.phtml index 673c7b5970a..ec94a5101ed 100644 --- a/app/design/adminhtml/default/default/template/catalog/product.phtml +++ b/app/design/adminhtml/default/default/template/catalog/product.phtml @@ -9,13 +9,14 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2021-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2021-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?>
diff --git a/app/design/adminhtml/default/default/template/catalog/product/attribute/options.phtml b/app/design/adminhtml/default/default/template/catalog/product/attribute/options.phtml index 8c64adeed0b..16f7f76b9d1 100644 --- a/app/design/adminhtml/default/default/template/catalog/product/attribute/options.phtml +++ b/app/design/adminhtml/default/default/template/catalog/product/attribute/options.phtml @@ -9,7 +9,7 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2021-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2021-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> @@ -19,6 +19,7 @@ * * @deprecated after 1.7.0.2 The file is moved * @see Mage_Adminhtml_Block_Catalog_Product_Attribute_Edit_Tab_Options + * @var Mage_Adminhtml_Block_Catalog_Product_Attribute_Edit_Tab_Options $this */ ?>
diff --git a/app/design/adminhtml/default/default/template/catalog/product/edit/price/group.phtml b/app/design/adminhtml/default/default/template/catalog/product/edit/price/group.phtml index 9453e18f921..214198f16f7 100644 --- a/app/design/adminhtml/default/default/template/catalog/product/edit/price/group.phtml +++ b/app/design/adminhtml/default/default/template/catalog/product/edit/price/group.phtml @@ -9,12 +9,12 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2017-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2017-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> getElement()->getHtmlId(); $_htmlClass = $this->getElement()->getClass(); $_htmlName = $this->getElement()->getName(); diff --git a/app/design/adminhtml/default/default/template/catalog/product/edit/price/tier.phtml b/app/design/adminhtml/default/default/template/catalog/product/edit/price/tier.phtml index 953164ab43c..e0559d40430 100644 --- a/app/design/adminhtml/default/default/template/catalog/product/edit/price/tier.phtml +++ b/app/design/adminhtml/default/default/template/catalog/product/edit/price/tier.phtml @@ -9,10 +9,10 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2021-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2021-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ -/* @var $this Mage_Adminhtml_Block_Catalog_Product_Edit_Tab_Price_Tier */ +/** @var Mage_Adminhtml_Block_Catalog_Product_Edit_Tab_Price_Tier $this */ ?> getElement()->getHtmlId() ?> getElement()->getClass() ?> diff --git a/app/design/adminhtml/default/default/template/catalog/product/price.phtml b/app/design/adminhtml/default/default/template/catalog/product/price.phtml index 00230127da6..8fdbdf1c46b 100644 --- a/app/design/adminhtml/default/default/template/catalog/product/price.phtml +++ b/app/design/adminhtml/default/default/template/catalog/product/price.phtml @@ -9,7 +9,7 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2021-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2021-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> @@ -19,6 +19,7 @@ * Template for displaying product price in different places (products grid, product view page etc) * * @see Mage_Adminhtml_Block_Catalog_Product_Price + * @var Mage_Adminhtml_Block_Catalog_Product_Price $this */ ?> @@ -18,6 +18,7 @@ * Container for product link widget chooser * * @see Mage_Adminhtml_Block_Catalog_Product_Widget_Chooser_Container + * @var Mage_Adminhtml_Block_Catalog_Product_Widget_Chooser_Container $this */ ?>
diff --git a/app/design/adminhtml/default/default/template/cms/browser/content.phtml b/app/design/adminhtml/default/default/template/cms/browser/content.phtml index 218e76849b5..33340b9432b 100644 --- a/app/design/adminhtml/default/default/template/cms/browser/content.phtml +++ b/app/design/adminhtml/default/default/template/cms/browser/content.phtml @@ -9,7 +9,7 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2022-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> @@ -18,6 +18,7 @@ * Wysiwyg Images content template * * @see Mage_Adminhtml_Block_Cms_Wysiwyg_Images_Content + * @var Mage_Adminhtml_Block_Cms_Wysiwyg_Images_Content $this */ ?> getChildHtml('wysiwyg_images.js') ?> diff --git a/app/design/adminhtml/default/default/template/cms/browser/content/files.phtml b/app/design/adminhtml/default/default/template/cms/browser/content/files.phtml index 21a28746bdb..4feaa6e20c2 100644 --- a/app/design/adminhtml/default/default/template/cms/browser/content/files.phtml +++ b/app/design/adminhtml/default/default/template/cms/browser/content/files.phtml @@ -9,7 +9,7 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2021-2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2021-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> @@ -18,6 +18,7 @@ * Directory contents template for Wysiwyg Images * * @see Mage_Adminhtml_Block_Cms_Wysiwyg_Images_Content_Files + * @var Mage_Adminhtml_Block_Cms_Wysiwyg_Images_Content_Files $this */ ?> @@ -18,5 +18,6 @@ * New directory template for Wysiwyg Images * * @see Mage_Adminhtml_Block_Cms_Wysiwyg_Images_Content_Newfolder + * @var Mage_Adminhtml_Block_Cms_Wysiwyg_Images_Content_Newfolder $this */ ?> diff --git a/app/design/adminhtml/default/default/template/cms/browser/js.phtml b/app/design/adminhtml/default/default/template/cms/browser/js.phtml index c4bc425c0dc..7a86635652d 100644 --- a/app/design/adminhtml/default/default/template/cms/browser/js.phtml +++ b/app/design/adminhtml/default/default/template/cms/browser/js.phtml @@ -9,7 +9,7 @@ * @category design * @package default_default * @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com) - * @copyright Copyright (c) 2022 The OpenMage Contributors (https://www.openmage.org) + * @copyright Copyright (c) 2022-2024 The OpenMage Contributors (https://www.openmage.org) * @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> @@ -18,6 +18,7 @@ * Directories tree template * * @see Mage_Adminhtml_Block_Cms_Wysiwyg_Images_Content + * @var Mage_Adminhtml_Block_Cms_Wysiwyg_Images_Content $this */ ?>