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.
2 parents 56b8855 + 9954f1d commit c7671c1Copy full SHA for c7671c1
dev/tests/integration/testsuite/Magento/Catalog/_files/validate_image_info_rollback.php
@@ -9,7 +9,7 @@
9
/** @var \Magento\Framework\Filesystem $filesystem */
10
$filesystem = $objectManager->create(\Magento\Framework\Filesystem::class);
11
12
-/** @var Magento\Catalog\Model\Product\Media\Config $config */
+/** @var \Magento\Catalog\Model\Product\Media\Config $config */
13
$config = $objectManager->get(\Magento\Catalog\Model\Product\Media\Config::class);
14
15
/** @var $tmpDirectory \Magento\Framework\Filesystem\Directory\WriteInterface */
0 commit comments