Skip to content

Commit e71c3c9

Browse files
committed
#AC-10721::Investigate the league/flysystem Composer dependencies upgrading to latest version- code review changes
1 parent 26aca75 commit e71c3c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

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

app/code/Magento/RemoteStorage/Driver/ExtendedRemoteDriverInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright 2023 Adobe
3+
* Copyright 2024 Adobe
44
* All Rights Reserved.
55
*
66
* NOTICE: All information contained herein is, and remains

0 commit comments

Comments
 (0)