Skip to content

Instantly share code, notes, and snippets.

@tomphp
Created September 16, 2013 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomphp/6585429 to your computer and use it in GitHub Desktop.
Save tomphp/6585429 to your computer and use it in GitHub Desktop.
<?php
namespace Test;
class MyClass
{
public function someFunction(
MyType $param1,
LongTypeName $param2,
array $param3
) {
// code ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment