<?php declare(strict_types=1);

/**
 * @license Apache 2.0
 */

namespace OpenApi\Tests\Fixtures\ExpandClasses;

class AncestorWithoutDocBlocks extends GrandAncestor
{
    public $firstname;
}
