for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* This file is part of the "elao/enum" package.
*
* Copyright (C) Elao
* @author Elao <[email protected]>
*/
namespace Elao\Enum;
abstract class Enum implements EnumInterface
{
use EnumTrait;
}