<?php namespace Spatie\Image\Enums; enum Unit: string { case Pixel = 'pixel'; case Percent = 'percent'; }