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 | |
/** | |
* Global functions. | |
*/ | |
/** | |
* Returns true if $var is not null. | |
* | |
* Useful in array_filter and other areas without involving anonymous | |
* functions (which phpcs throws a fit over all too often). |