composer update
This commit is contained in:
@@ -33,4 +33,10 @@ class Foo{function foo(){}
|
||||
public function blaz($x, $y)
|
||||
{
|
||||
}
|
||||
|
||||
public function buzz($foo)
|
||||
{
|
||||
echo "${foo}";
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user