From 2e56e114828babe3502d05165663ed278c4677a6 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 29 Mar 2011 17:01:53 -0700 Subject: [PATCH] Note explicitly that you can pass null to Notice::inScope() --- classes/Notice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */