<?php

namespace Symfony\Component\Validator\Tests\Fixtures;

interface ChildGetterInterface extends PropertyGetterInterface
{
}
