Skip to content

Commit fedacf9

Browse files
committed
Remove void return declaration
1 parent 4df596b commit fedacf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/ProductRepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public function testFilterByStoreId()
208208
* @throws \Magento\Framework\Exception\InputException
209209
* @throws \Magento\Framework\Exception\StateException
210210
*/
211-
public function testSaveProductWithGalleryImage(): void
211+
public function testSaveProductWithGalleryImage()
212212
{
213213
/** @var $mediaConfig \Magento\Catalog\Model\Product\Media\Config */
214214
$mediaConfig = Bootstrap::getObjectManager()

0 commit comments

Comments
 (0)