Skip to content

Commit e2232a7

Browse files
committed
Merge branch 'main' into drop-php7
# Conflicts: # composer.lock
2 parents 1426165 + d39d420 commit e2232a7

File tree

3 files changed

+271
-296
lines changed

3 files changed

+271
-296
lines changed

.phpstan.dist.baseline.neon

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5052,6 +5052,36 @@ parameters:
50525052
count: 1
50535053
path: app/code/core/Mage/Paypal/Model/System/Config/Source/MerchantCountry.php
50545054

5055+
-
5056+
message: '#^Access to protected property Mage_Paypal_Model_Api_Nvp\:\:\$_setExpressCheckoutResponse\.$#'
5057+
identifier: property.protected
5058+
count: 1
5059+
path: app/code/core/Mage/PaypalUk/Model/Api/Express/Nvp.php
5060+
5061+
-
5062+
message: '#^Access to protected property Mage_Paypal_Model_Api_Nvp\:\:\$_doCaptureResponse\.$#'
5063+
identifier: property.protected
5064+
count: 1
5065+
path: app/code/core/Mage/PaypalUk/Model/Api/Nvp.php
5066+
5067+
-
5068+
message: '#^Access to protected property Mage_Paypal_Model_Api_Nvp\:\:\$_getTransactionDetailsResponse\.$#'
5069+
identifier: property.protected
5070+
count: 1
5071+
path: app/code/core/Mage/PaypalUk/Model/Api/Nvp.php
5072+
5073+
-
5074+
message: '#^Access to protected property Mage_Paypal_Model_Api_Nvp\:\:\$_paymentInformationResponse\.$#'
5075+
identifier: property.protected
5076+
count: 1
5077+
path: app/code/core/Mage/PaypalUk/Model/Api/Nvp.php
5078+
5079+
-
5080+
message: '#^Access to protected property Mage_Paypal_Model_Api_Nvp\:\:\$_refundTransactionResponse\.$#'
5081+
identifier: property.protected
5082+
count: 1
5083+
path: app/code/core/Mage/PaypalUk/Model/Api/Nvp.php
5084+
50555085
-
50565086
message: '#^Return type \(void\) of method Mage_PaypalUk_Model_Pro\:\:fetchTransactionInfo\(\) should be compatible with return type \(array\) of method Mage_Paypal_Model_Pro\:\:fetchTransactionInfo\(\)$#'
50575087
identifier: method.childReturnType
@@ -5389,7 +5419,7 @@ parameters:
53895419
path: app/code/core/Mage/Rule/Model/Condition/Product/Abstract.php
53905420

53915421
-
5392-
message: '#^Method Mage_Rule_Model_Condition_Product_Abstract\:\:getAttributeObject\(\) should return Mage_Catalog_Model_Resource_Eav_Attribute but returns Varien_Object\|false\.$#'
5422+
message: '#^Method Mage_Rule_Model_Condition_Product_Abstract\:\:getAttributeObject\(\) should return Mage_Catalog_Model_Resource_Eav_Attribute but returns Mage_Eav_Model_Entity_Attribute_Abstract\|Varien_Object\|false\.$#'
53935423
identifier: return.type
53945424
count: 1
53955425
path: app/code/core/Mage/Rule/Model/Condition/Product/Abstract.php

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@
144144
},
145145
"sort-packages": true
146146
},
147+
"suggest": {
148+
"n98/magerun": "The n98 magerun cli tools provides some handy tools to work with Magento from command line."
149+
},
147150
"scripts": {
148151
"php-cs-fixer:test": "vendor/bin/php-cs-fixer fix --dry-run --diff",
149152
"php-cs-fixer:fix": "vendor/bin/php-cs-fixer fix",

0 commit comments

Comments
 (0)