9 baris
89 B
PHP
9 baris
89 B
PHP
<?php
|
|
|
|
namespace Doctrine\Tests\Common\Reflection;
|
|
|
|
class NoParent
|
|
{
|
|
public $test;
|
|
}
|