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 5017fda commit c442505Copy full SHA for c442505
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