| Current Path : /var/www/clients/client3/web2/web/vendor/jms/metadata/src/Driver/ |
| Current File : /var/www/clients/client3/web2/web/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;
}