Skip to content

Commit 6e9aeca

Browse files
committed
MFTF deprecation notice attributes
1 parent 27ca94d commit 6e9aeca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Page/Handlers/SectionObjectHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private function __construct()
100100
$sectionDeprecated = $sectionData[self::OBJ_DEPRECATED] ?? null;
101101

102102
if ($sectionDeprecated !== null) {
103-
LoggingUtil::getInstance()->getLogger(ElementObject::class)->deprecation(
103+
LoggingUtil::getInstance()->getLogger(SectionObject::class)->deprecation(
104104
$sectionDeprecated,
105105
["sectionName" => $filename, "deprecatedSection" => $sectionDeprecated]
106106
);

0 commit comments

Comments
 (0)