Skip to content

Commit c442505

Browse files
authored
Update validate_image_info_rollback.php
Minor tweak of @var comment
1 parent 5017fda commit c442505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/_files/validate_image_info_rollback.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/** @var \Magento\Framework\Filesystem $filesystem */
1010
$filesystem = $objectManager->create(\Magento\Framework\Filesystem::class);
1111

12-
/** @var Magento\Catalog\Model\Product\Media\Config $config */
12+
/** @var \Magento\Catalog\Model\Product\Media\Config $config */
1313
$config = $objectManager->get(\Magento\Catalog\Model\Product\Media\Config::class);
1414

1515
/** @var $tmpDirectory \Magento\Framework\Filesystem\Directory\WriteInterface */

0 commit comments

Comments
 (0)