Skip to content

Instantly share code, notes, and snippets.

@MikSDigital
Created September 23, 2016 05:49
Show Gist options
  • Save MikSDigital/2dcb218fc542d3ce4680ec8a82a47fa2 to your computer and use it in GitHub Desktop.
Save MikSDigital/2dcb218fc542d3ce4680ec8a82a47fa2 to your computer and use it in GitHub Desktop.
nice return statement
<?php
return !empty($out) ? $out : null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment