9 lines
104 B
PHP
9 lines
104 B
PHP
<?php
|
|
|
|
namespace Rinsvent\Data2DTO\Tests\unit\Converter\fixtures\FillTest;
|
|
|
|
interface BarInterface
|
|
{
|
|
|
|
}
|