Skip to content

Commit 0c3ed1c

Browse files
committed
Fix Error Typing
1 parent ab45aa8 commit 0c3ed1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Helper/Image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ public function getFrame()
859859
*/
860860
protected function getAttribute($name)
861861
{
862-
return $this->attributes[$name]?? : null;
862+
return $this->attributes[$name] ?? null;
863863
}
864864

865865
/**

0 commit comments

Comments
 (0)