Skip to content

Commit 184d205

Browse files
committed
LYNX-100: CR changes
1 parent 9e1830f commit 184d205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/EavGraphQl/Model/Output/GetAttributeData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function execute(
8888
*/
8989
private function getFrontendInput(AttributeInterface $attribute): string
9090
{
91-
if ($attribute->getFrontendInput() == null) {
91+
if ($attribute->getFrontendInput() === null) {
9292
return "UNDEFINED";
9393
}
9494
return $this->enumLookup->getEnumValueFromField(

0 commit comments

Comments
 (0)