NoParent.php in Zircon Profile 8
Same filename in this branch
Same filename and directory in other branches
Namespace
Doctrine\Tests\Common\Reflection\DummiesFile
vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/Dummies/NoParent.phpView source
<?php
namespace Doctrine\Tests\Common\Reflection\Dummies;
class NoParent {
public $test;
}