Skip to content

Instantly share code, notes, and snippets.

@lchrusciel
Created July 16, 2015 07:31
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 lchrusciel/58af294e7fe35be6d8b2 to your computer and use it in GitHub Desktop.
Save lchrusciel/58af294e7fe35be6d8b2 to your computer and use it in GitHub Desktop.
Method template for phpspec. Put this file into .phpspec directory in a root of your project.
/**
* @param
*
* @return
*/
public function %name%(%arguments%)
{
// TODO: write logic here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment