Skip to content

Commit

Permalink
Merge branch 'main' into topic-composer-plugin-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano authored Dec 10, 2024
2 parents 2290cd1 + 0e31ebf commit 39d4d00
Show file tree
Hide file tree
Showing 791 changed files with 764 additions and 61,957 deletions.
6 changes: 0 additions & 6 deletions .phpstan.baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -1830,12 +1830,6 @@ parameters:
count: 1
path: app/code/core/Mage/Core/Block/Messages.php

-
message: '#^Call to an undefined method Zend_Controller_Router_Interface\:\:addRoute\(\)\.$#'
identifier: method.notFound
count: 1
path: app/code/core/Mage/Core/Controller/Front/Router.php

-
message: '#^Constructor of class Mage_Core_Controller_Varien_Action has an unused parameter \$invokeArgs\.$#'
identifier: constructor.unusedParameter
Expand Down
2 changes: 1 addition & 1 deletion app/Mage.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public static function getStoreConfigFlag($path, $store = null)
/**
* Get base URL path by type
*
* @param string $type
* @param Mage_Core_Model_Store::URL_TYPE_* $type
* @param null|bool $secure
* @return string
*/
Expand Down
3 changes: 2 additions & 1 deletion app/code/core/Mage/Admin/sql/admin_setup/install-1.6.0.0.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
* @package Mage_Admin
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://magento.com)
* @copyright Copyright (c) 2020-2024 The OpenMage Contributors (https://openmage.org)
* @copyright Copyright (c) 2024 Maho (https://mahocommerce.com)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

/** @var Mage_Core_Model_Resource_Setup $installer */
/** @var Mage_Core_Model_Resource_Setup $this */
$installer = $this;
$installer->startSetup();

Expand Down
77 changes: 0 additions & 77 deletions app/code/core/Mage/Admin/sql/admin_setup/mysql4-install-0.7.0.php

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 39d4d00

Please sign in to comment.