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 7ff0f2b commit cb44fdbCopy full SHA for cb44fdb
lib/internal/Magento/Framework/TestFramework/Unit/Autoloader/ExtensionAttributesInterfaceGenerator.php
@@ -32,7 +32,7 @@ public function generate($className)
32
}
33
$interfaceGenerator = new InterfaceGenerator();
34
$interfaceGenerator->setName($className)
35
- ->setExtendedClass('\Magento\Framework\Api\ExtensionAttributesInterface');
+ ->setExtendedClass(\Magento\Framework\Api\ExtensionAttributesInterface::class);
36
return $interfaceGenerator->generate();
37
38
0 commit comments