Files
archived-persistence/tests/OtherTestObject.php
2025-11-02 00:45:31 +01:00

11 lines
125 B
PHP

<?php
declare(strict_types=1);
namespace Doctrine\Tests\Persistence;
class OtherTestObject
{
protected int $id = 1;
}