<?php

namespace Rinsvent\Data2DTO\Tests\unit\Converter\fixtures\FillTest;

class Bar implements BarInterface
{
    public float $barField;
}