This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
aqm
/
Customer-Service
İzle
3
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
b720f47dfb
Dallar
Biçim İmleri
dev
master
remotes/origin/dev
Customer-Ser...
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
Foo.php
Foo.php
114 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
<?php
class Foo
{
public function doSomething(Bar $bar)
{
return $bar->doSomethingElse();
}
}