data2dto/tests/unit/Converter/fixtures/FillTest/BarInterface.php

9 lines
104 B
PHP
Raw Permalink Normal View History

<?php
namespace Rinsvent\Data2DTO\Tests\unit\Converter\fixtures\FillTest;
interface BarInterface
{
}