Merge branch 'master_MDL-76924' of https://github.com/mattporritt/moodle
This commit is contained in:
@@ -19,7 +19,7 @@ namespace MyCLabs\Enum;
|
||||
* @psalm-immutable
|
||||
* @psalm-consistent-constructor
|
||||
*/
|
||||
abstract class Enum implements \JsonSerializable
|
||||
abstract class Enum implements \JsonSerializable, \Stringable
|
||||
{
|
||||
/**
|
||||
* Enum value
|
||||
|
||||
@@ -598,7 +598,7 @@ All rights reserved.</copyright>
|
||||
<location>php-enum</location>
|
||||
<name>php-enum</name>
|
||||
<description>PHP Enum implementation inspired from SplEnum</description>
|
||||
<version>1.8.3</version>
|
||||
<version>1.8.4</version>
|
||||
<license>MIT</license>
|
||||
<repository>https://github.com/myclabs/php-enum</repository>
|
||||
<copyrights>
|
||||
|
||||
Reference in New Issue
Block a user