I just wondered what others do.
If a function relies on $_SESSION['some_var']
then the header comment out to make that clear. How do you do it? Just as text, or what?
Or even @param
?
Edit: it looks like we settled on @uses ... but what if the fn() "returns" a $_SESSION variable?
What if it "returns" multiple $_SESSION variables?