mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00

fixes composer/composer#3823 Ran tests with both PHP5.5.9-1ubuntu4.5 and HHVM 3.6. Test fails on HHVM only if I back out the ClassMapGenerator.php change.
7 lines
64 B
PHP
7 lines
64 B
PHP
<?hh
|
|
|
|
namespace Foo;
|
|
|
|
enum BarEnum: string {
|
|
HERP = 'DERP';
|
|
}
|