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

9 lines
142 B
PHP
Raw Permalink Normal View History

<?php
namespace Rinsvent\Data2DTO\Tests\unit\Converter\fixtures\FillTest;
class Bar implements BarInterface
{
public float $barField;
}