Skip to content

Instantly share code, notes, and snippets.

@fabriziogiordano
Created October 30, 2015 15:36
Show Gist options
  • Select an option

  • Save fabriziogiordano/6b1eba69c6670b7525ab to your computer and use it in GitHub Desktop.

Select an option

Save fabriziogiordano/6b1eba69c6670b7525ab to your computer and use it in GitHub Desktop.
else on new lines
<?
...
if(){
//code
} else {
//code
}
...
if(){
//code
}
else {
//code
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment