NoParent.php in Plug 7
Namespace
Doctrine\Tests\Common\Reflection\DummiesFile
lib/doctrine/common/tests/Doctrine/Tests/Common/Reflection/Dummies/NoParent.phpView source
<?php
namespace Doctrine\Tests\Common\Reflection\Dummies;
class NoParent {
public $test;
}