DEBSOURCES
Skip Quicknav
sources / php-doctrine-persistence / 4.1.1-1 / tests / Persistence / OtherTestObject.php
12345678910
<?php declare(strict_types=1); namespace Doctrine\Tests\Persistence; class OtherTestObject { protected int $id = 1; }