Skip to content

Commit 4db5e53

Browse files
committed
MAGETWO-87776: Build stabilization
-fix api-functional tests
1 parent e55f834 commit 4db5e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Api/Data/ProductAttributeInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ interface ProductAttributeInterface extends \Magento\Catalog\Api\Data\EavAttribu
3434
const CODE_WEIGHT = 'weight';
3535

3636
/**
37-
* @return \Magento\Eav\Api\Data\AttributeExtensionInterface
37+
* @return \Magento\Eav\Api\Data\AttributeExtensionInterface|null
3838
*/
3939
public function getExtensionAttributes();
4040
}

0 commit comments

Comments
 (0)