Skip to content

Instantly share code, notes, and snippets.

@mdix
Created November 6, 2013 09:16
Show Gist options
  • Save mdix/7333209 to your computer and use it in GitHub Desktop.
Save mdix/7333209 to your computer and use it in GitHub Desktop.
Testing phpstorm gist creation
function phpStormGitGistCheck() {
if (gistExists) {
console.log('it works');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment