Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
liyaoyu
/
pfhwyigou
Obserwuj
1
Polub
0
Forkuj
0
Files
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
f293188e4d
Gałęzie
Tagi
master
pfhwyigou
/
vendor
/
codeception
/
base
/
tests
/
data
/
included
/
shire
/
src
/
Hobbit.php
Hobbit.php
116 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
10
11
<?php
namespace Shire;
class Hobbit
{
public static function add($a, $b)
{
return $a + $b;
}
}