/home/smartonegroup/public_html/veroserv/vendor/jms/metadata/src/Driver/FileLocatorInterface.php
<?php

declare(strict_types=1);

namespace Metadata\Driver;

interface FileLocatorInterface
{
    public function findFileForClass(\ReflectionClass $class, string $extension): ?string;
}