You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The `StringConcatFactory` class was auto generated.
@@ -32,6 +34,7 @@ public static function makeConcat($a = null, $b = null, $c = null)
32
34
/**
33
35
* Facilitates the creation of optimized String concatenation methods, that can be used to efficiently concatenate a known number of arguments of known types, possibly after type adaptation and partial evaluation of arguments.
34
36
*
37
+
* @native ConstantPool
35
38
* @param mixed $a
36
39
* @param mixed $b
37
40
* @param mixed $c
@@ -41,7 +44,7 @@ public static function makeConcat($a = null, $b = null, $c = null)
0 commit comments