<?phpdeclare(strict_types=1);namespace InterventionImage;enum Length: string{ case INCH = 'inch'; case CM = 'cm';}