v1.0 Initial commit of project
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Symfony\Component\PropertyInfo\Tests\Fixtures\TraitUsage\AnotherNamespace;
|
||||
|
||||
class DummyInAnotherNamespace
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Symfony\Component\PropertyInfo\Tests\Fixtures\TraitUsage\AnotherNamespace;
|
||||
|
||||
trait DummyTraitInAnotherNamespace
|
||||
{
|
||||
/**
|
||||
* @var DummyInAnotherNamespace
|
||||
*/
|
||||
public $dummyInAnotherNamespace;
|
||||
}
|
||||
Reference in New Issue
Block a user