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 f396b46 commit f8d798bCopy full SHA for f8d798b
app/code/Magento/PageBuilder/Model/Config/ContentType/AdditionalData/Provider/Uploader/OpenDialogUrl.php
@@ -33,7 +33,7 @@ class OpenDialogUrl implements ProviderInterface
33
*/
34
public function __construct(
35
Url $urlBuilder,
36
- OpenDialogConfig $openDialogConfig
+ OpenDialogConfig $openDialogConfig // phpstan:ignore
37
) {
38
$this->urlBuilder = $urlBuilder;
39
$this->openDialogConfig = $openDialogConfig;
0 commit comments