prolab-api/vendor/zircote/swagger-php/tests/Fixtures/AnotherNamespace/Annotations/Constants.php

11 lines
155 B
PHP
Raw Normal View History

2025-10-04 09:16:19 +00:00
<?php
namespace AnotherNamespace\Annotations;
/**
* @Annotation
*/
class Constants
{
const INVALID_TIMEZONE_LOCATION = "invalidTimezoneLocation";
}