<?php

namespace Symfony\Component\Validator\Tests\Fixtures;

interface PropertyGetterInterface
{
    public function getProperty();
}
