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 c378a9f commit fbf55afCopy full SHA for fbf55af
lib/internal/Magento/Framework/Api/Test/Unit/Code/Generator/_files/SampleExtensionInterface.txt
@@ -6,7 +6,7 @@ namespace Magento\Catalog\Api\Data;
6
interface ProductExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
7
{
8
/**
9
- * @return string
+ * @return string|null
10
*/
11
public function getStringAttribute();
12
@@ -17,7 +17,7 @@ interface ProductExtensionInterface extends \Magento\Framework\Api\ExtensionAttr
17
public function setStringAttribute($stringAttribute);
18
19
20
- * @return \Magento\Bundle\Api\Data\OptionInterface[]
+ * @return \Magento\Bundle\Api\Data\OptionInterface[]|null
21
22
public function getComplexObjectAttribute();
23
0 commit comments