We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4767a66 commit 1b36028Copy full SHA for 1b36028
app/code/Magento/RemoteStorage/Driver/Adapter/Cache/Generic.php
@@ -13,8 +13,6 @@
13
14
/**
15
* Generic cache implementation for filesystem storage.
16
- *
17
- * @SuppressWarnings(PHPMD.UnusedFormalParameter)
18
*/
19
class Generic implements CacheInterface
20
{
@@ -170,6 +168,7 @@ public function deleteFile(string $path): void
170
168
171
169
172
* @inheritdoc
+ * @SuppressWarnings("unused")
173
174
public function deleteDir(string $dirname): void
175
0 commit comments