This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
daniel
/
dumbo
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
0de0eefa37
Branches
Tags
master
sebu
dumbo
/
vendor
/
doctrine
/
common
/
tests
/
Doctrine
/
Tests
/
Common
/
Reflection
/
NoParent.php
NoParent.php
89 B
Histórico
Raw
1
2
3
4
5
6
7
8
<?php
namespace Doctrine\Tests\Common\Reflection;
class NoParent
{
public $test;
}