We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b66b22 commit e83e992Copy full SHA for e83e992
src/Enum.php
@@ -86,7 +86,7 @@ public static function keys()
86
/**
87
* Returns instances of the Enum class of all Enum constants
88
*
89
- * @return array Constant name in key, Enum instance in value
+ * @return static[] Constant name in key, Enum instance in value
90
*/
91
public static function values()
92
{
0 commit comments