/
githubmirror
/
symfony
Обзор
Документация
Войти
/
githubmirror
/
symfony
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.2
src/Symfony/Component/ObjectMapper/Tests/Fixtures/TargetInClassMap/Target.php
20 строк
455 B
Nicolas Grekas
Merge branch '7.4' into 8.1
06 авг 2026, 12:53
06 авг 2026, 12:53
eea007a
Код
Авторство
О чём код?
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ObjectMapper\Tests\Fixtures\TargetInClassMap; /** * The target of the mapping under test, and also a source in the class map. */ class Target { public string $label = 'untouched'; }