mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-28 00:34:19 +00:00
init
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
class Foo
|
||||
{
|
||||
public function doSomething(Bar $bar)
|
||||
{
|
||||
return $bar->doSomethingElse();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user