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 3db1a07 commit 718d333Copy full SHA for 718d333
src/Enum.php
@@ -90,7 +90,7 @@ public static function keys()
90
*/
91
public static function values()
92
{
93
- $values = [];
+ $values = array();
94
95
foreach (self::toArray() as $key => $value) {
96
$values[$key] = new static($value);
0 commit comments