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 b7167fc commit 87db3eeCopy full SHA for 87db3ee
dev/tests/integration/testsuite/Magento/PageBuilder/Controller/Adminhtml/ContentType/Image/UploadTest.php
@@ -134,9 +134,9 @@ public function testFileValidationFailsWhenFileHasCorrectExtensionButInvalidMime
134
* Initiates Uploader object for `$fieldId` and returns as a result of `UploaderFactory::create()`
135
*
136
* @param string $fieldId
137
- * @return Uploader|MockObject
+ * @return void
138
*/
139
- private function setUploaderMockForField(string $fieldId): Uploader
+ private function setUploaderMockForField(string $fieldId): void
140
{
141
$uploader = $this->objectManager->create(Uploader::class, [
142
'fileId' => $fieldId,
0 commit comments