]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Note explicitly that you can pass null to Notice::inScope()
authorBrion Vibber <brion@pobox.com>
Wed, 30 Mar 2011 00:01:53 +0000 (17:01 -0700)
committerBrion Vibber <brion@pobox.com>
Wed, 30 Mar 2011 00:01:53 +0000 (17:01 -0700)
classes/Notice.php

index 86954e3678538e8e2e9c0fd5c9d5d299c54c1bb7..069d7d64ff3ca7ac05d7759cd5cc5d7e0a53e2b8 100644 (file)
@@ -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
      */