Skip to content

Commit f58f144

Browse files
committed
marked @internal method
1 parent fc01de9 commit f58f144

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PhpGenerator/Helpers.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ public static function isIdentifier($value)
191191
}
192192

193193

194+
/** @internal */
194195
public static function createObject($class, array $props)
195196
{
196197
return unserialize('O' . substr(serialize((string) $class), 1, -1) . substr(serialize($props), 1));

0 commit comments

Comments
 (0)