This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
wangdu
/
wangdu_wechat
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
6745a3310c
Ramas
Etiquetas
master
stabble
wangdu_wechat
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
AnInterface.php
AnInterface.php
67 B
Histórico
Raw
1
2
3
4
5
<?php
interface AnInterface
{
public function doSomething();
}