Skip to content

Commit

Permalink
Fixed Static tests
Browse files Browse the repository at this point in the history
  • Loading branch information
konarshankar07 committed Aug 19, 2020
1 parent 8344b11 commit 8da5e70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/code/Magento/Cms/Model/Wysiwyg/Images/Storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* @SuppressWarnings(PHPMD.TooManyFields)
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
*
* @api
* @since 100.0.2
Expand Down Expand Up @@ -178,6 +179,7 @@ class Storage extends \Magento\Framework\DataObject
* @param array $data
* @param \Magento\Framework\Filesystem\DriverInterface $file
* @param \Magento\Framework\Filesystem\Io\File|null $ioFile
* @param \Magento\Framework\File\Mime $mime
* @param \Psr\Log\LoggerInterface|null $logger
*
* @throws \Magento\Framework\Exception\FileSystemException
Expand Down

0 comments on commit 8da5e70

Please sign in to comment.