Just discovered the non-empty-string docblock annotation. It's a handy way to ensure my code doesn't return empty strings, making my functions more reliable.
#php
Back