Skip to content

Commit 0d6b75c

Browse files
authored
fixed return type in phpdoc of EnumSet::getValues()
1 parent 3199623 commit 0d6b75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EnumSet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ private function doGetOrdinalsInt()
514514

515515
/**
516516
* Get values of the defined enumerators as array
517-
* @return null[]|bool[]|int[]|float[]|string[]
517+
* @return mixed[]
518518
*/
519519
public function getValues()
520520
{

0 commit comments

Comments
 (0)