Skip to content

Commit 3225717

Browse files
jlherrenondrejmirtes
authored andcommitted
Fix signature of ReflectionClass::setStaticPropertyValue()
1 parent 389fa24 commit 3225717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9690,7 +9690,7 @@
96909690
'ReflectionClass::newInstance' => ['object', 'args='=>'mixed', '...args='=>'mixed'],
96919691
'ReflectionClass::newInstanceArgs' => ['object', 'args='=>'array'],
96929692
'ReflectionClass::newInstanceWithoutConstructor' => ['object'],
9693-
'ReflectionClass::setStaticPropertyValue' => ['void', 'name'=>'string', 'value'=>'string'],
9693+
'ReflectionClass::setStaticPropertyValue' => ['void', 'name'=>'string', 'value'=>'mixed'],
96949694
'ReflectionClassConstant::__construct' => ['void', 'class'=>'mixed', 'name'=>'string'],
96959695
'ReflectionClassConstant::__toString' => ['string'],
96969696
'ReflectionClassConstant::export' => ['string', 'class'=>'mixed', 'name'=>'string', 'return='=>'bool'],

0 commit comments

Comments
 (0)