<?php

declare(strict_types=1);



namespace phpDocumentor\Reflection;


interface Project
{
    
    public function getName() : string;
}
