<?php
declare(strict_types=1);
namespace Tests\Adawolfa\Retrofit;
interface ServiceNoVerb extends ParentService
{
public function root(): string;
}
<?php
declare(strict_types=1);
namespace Tests\Adawolfa\Retrofit;
interface ServiceNoVerb extends ParentService
{
public function root(): string;
}