Skip to content

Commit 9fd4ec1

Browse files
Fix constant conversion to class string
1 parent 3ebada4 commit 9fd4ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Mage/HelperMethodsReturnTypeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class HelperMethodsReturnTypeExtension implements DynamicStaticMethodReturnTypeE
1717
{
1818
public function getClass(): string
1919
{
20-
return Mage;
20+
return Mage::class;
2121
}
2222

2323
public function isStaticMethodSupported(MethodReflection $methodReflection): bool

0 commit comments

Comments
 (0)