Welcome to mirror list, hosted at ThFree Co, Russian Federation.

php-interface « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 86b49ad5d9e32070ac7ca7f82a47b8b99412968c (plain)
1
2
3
4
interface RIGHT
{
    public function foo($ChangeMe);
}