1<?php 2 3declare(strict_types=1); 4 5namespace JMS\Serializer\Tests\Fixtures\Discriminator; 6 7class ImagePost extends Post 8{ 9} 10