8 lines
127 B
PHP
8 lines
127 B
PHP
<?php
|
|
|
|
namespace Symfony\Component\PropertyInfo\Tests\Fixtures\TraitUsage\AnotherNamespace;
|
|
|
|
class DummyInAnotherNamespace
|
|
{
|
|
}
|