Skip to content

Commit e9c915f

Browse files
committed
AC-13306: [CE] Adobe Commerce 2.4.8 core code is compatible with PHP 8.4
1 parent 07daf46 commit e9c915f

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

app/code/Magento/AwsS3/Driver/AwsS3Factory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
/**
2323
* Creates a pre-configured instance of AWS S3 driver.
24+
*
25+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2426
*/
2527
class AwsS3Factory implements DriverFactoryInterface
2628
{

app/code/Magento/Catalog/Helper/Data.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
*
2222
* @SuppressWarnings(PHPMD.TooManyFields)
2323
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
24+
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
2425
* @since 100.0.2
2526
*/
2627
class Data extends \Magento\Framework\App\Helper\AbstractHelper

app/code/Magento/Catalog/Model/Design.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
*
2828
* @since 100.0.2
2929
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
30+
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
3031
*/
3132
class Design extends \Magento\Framework\Model\AbstractModel
3233
{

app/code/Magento/Catalog/Model/Product/Compare/Item.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* @method int getStoreId()
1919
* @method \Magento\Catalog\Model\Product\Compare\Item setStoreId(int $value)
2020
* @since 100.0.2
21+
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
2122
*/
2223
class Item extends \Magento\Framework\Model\AbstractModel implements \Magento\Framework\DataObject\IdentityInterface
2324
{

0 commit comments

Comments
 (0)