Created
September 23, 2016 05:49
-
-
Save MikSDigital/2dcb218fc542d3ce4680ec8a82a47fa2 to your computer and use it in GitHub Desktop.
nice return statement
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
return !empty($out) ? $out : null; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment