Files
Sentri/vendor/symfony/property-info/Tests/Fixtures/TraitUsage/AnotherNamespace/DummyInAnotherNamespace.php
2026-01-01 10:54:18 +01:00

8 lines
127 B
PHP

<?php
namespace Symfony\Component\PropertyInfo\Tests\Fixtures\TraitUsage\AnotherNamespace;
class DummyInAnotherNamespace
{
}