From: Brion Vibber Date: Wed, 30 Mar 2011 00:01:53 +0000 (-0700) Subject: Note explicitly that you can pass null to Notice::inScope() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2e56e114828babe3502d05165663ed278c4677a6;p=quix0rs-gnu-social.git Note explicitly that you can pass null to Notice::inScope() --- diff --git a/classes/Notice.php b/classes/Notice.php index 86954e3678..069d7d64ff 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -2088,7 +2088,7 @@ class Notice extends Memcached_DataObject * Users on the site who are not mentioned in the notice will not be able to see the * notice. * - * @param Profile $profile The profile to check + * @param Profile $profile The profile to check; pass null to check for public/unauthenticated users. * * @return boolean whether the profile is in the notice's scope */