Skip to content

Commit 52da443

Browse files
committed
mark factory as experimental
1 parent c5f3dec commit 52da443

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
@@ -160,6 +160,9 @@ public function createClassNameDetails(string $name, string $namespacePrefix, st
160160
return new ClassNameDetails($className, $fullNamespacePrefix, $suffix);
161161
}
162162

163+
/**
164+
* @experimental The method signature may change, moved, or be removed.
165+
*/
163166
public function createClassHelper(string $fullyQualifiedClassName): TemplateClassHelper
164167
{
165168
return new TemplateClassHelper($fullyQualifiedClassName, $this->phpCompatUtil->canUseTypedProperties());

0 commit comments

Comments
 (0)