Last active
June 8, 2021 12:09
-
-
Save JelmerIJff/ec8e1d5c8a8ccb970da2acf3cb1c998f to your computer and use it in GitHub Desktop.
Fire function without the else.
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 | |
| (!isset($var['data']) ?: $this->function(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment