Skip to content

Commit 1b36028

Browse files
committed
Fixed code mess detector issue
1 parent 4767a66 commit 1b36028

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/RemoteStorage/Driver/Adapter/Cache

1 file changed

+1
-2
lines changed

app/code/Magento/RemoteStorage/Driver/Adapter/Cache/Generic.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
/**
1515
* Generic cache implementation for filesystem storage.
16-
*
17-
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
1816
*/
1917
class Generic implements CacheInterface
2018
{
@@ -170,6 +168,7 @@ public function deleteFile(string $path): void
170168

171169
/**
172170
* @inheritdoc
171+
* @SuppressWarnings("unused")
173172
*/
174173
public function deleteDir(string $dirname): void
175174
{

0 commit comments

Comments
 (0)