Skip to content

Instantly share code, notes, and snippets.

@heiglandreas
Last active September 11, 2015 07:56
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 heiglandreas/c1db21f38793afde6376 to your computer and use it in GitHub Desktop.
Save heiglandreas/c1db21f38793afde6376 to your computer and use it in GitHub Desktop.
/**
* Always return false
*
* @return false
*/
public function returnFalse()
{
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment