Skip to content

Commit 8da5e70

Browse files
Fixed Static tests
1 parent 8344b11 commit 8da5e70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Cms/Model/Wysiwyg/Images/Storage.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* @SuppressWarnings(PHPMD.TooManyFields)
2323
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2424
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
25+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
2526
*
2627
* @api
2728
* @since 100.0.2
@@ -178,6 +179,7 @@ class Storage extends \Magento\Framework\DataObject
178179
* @param array $data
179180
* @param \Magento\Framework\Filesystem\DriverInterface $file
180181
* @param \Magento\Framework\Filesystem\Io\File|null $ioFile
182+
* @param \Magento\Framework\File\Mime $mime
181183
* @param \Psr\Log\LoggerInterface|null $logger
182184
*
183185
* @throws \Magento\Framework\Exception\FileSystemException

0 commit comments

Comments
 (0)