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 8344b11 commit 8da5e70Copy full SHA for 8da5e70
app/code/Magento/Cms/Model/Wysiwyg/Images/Storage.php
@@ -22,6 +22,7 @@
22
* @SuppressWarnings(PHPMD.TooManyFields)
23
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
24
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
25
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
26
*
27
* @api
28
* @since 100.0.2
@@ -178,6 +179,7 @@ class Storage extends \Magento\Framework\DataObject
178
179
* @param array $data
180
* @param \Magento\Framework\Filesystem\DriverInterface $file
181
* @param \Magento\Framework\Filesystem\Io\File|null $ioFile
182
+ * @param \Magento\Framework\File\Mime $mime
183
* @param \Psr\Log\LoggerInterface|null $logger
184
185
* @throws \Magento\Framework\Exception\FileSystemException
0 commit comments