Please enable JavaScript in your browser!
Accueil
Explorer
Aide
S'inscrire
Connexion
sunlight
/
module
Suivre
1
Voter
0
Fork
0
Code
Tickets
0
Pull Requests
0
Commits
118
Publications
0
Wiki
Aucune description
Aborescence:
03348401f1
Branches
Tags
liujuan
master
module
/
vendor
/
phpspec
/
prophecy
/
fixtures
/
Named.php
Named.php
88B
Historique
Raw
1
2
3
4
5
6
7
8
9
<?php
namespace Fixtures\Prophecy;
interface Named
{
public function getName();
}