Skip to content

Commit e137664

Browse files
committed
mark factory as experimental
1 parent ab7a108 commit e137664

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Generator.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ public function createClassNameDetails(string $name, string $namespacePrefix, st
157157
return new ClassNameDetails($className, $fullNamespacePrefix, $suffix);
158158
}
159159

160+
/**
161+
* @experimental The method signature may change, moved, or be removed.
162+
*/
160163
public function createClassHelper(string $fullyQualifiedClassName): TemplateClassHelper
161164
{
162165
return new TemplateClassHelper($fullyQualifiedClassName, $this->phpCompatUtil->canUseTypedProperties());

0 commit comments

Comments
 (0)