Index: public_html/wp-content/plugins/wporg-profiles-activity-handler/wporg-profiles-activity-handler.php
===================================================================
--- public_html/wp-content/plugins/wporg-profiles-activity-handler/wporg-profiles-activity-handler.php	(revision 12676)
+++ public_html/wp-content/plugins/wporg-profiles-activity-handler/wporg-profiles-activity-handler.php	(working copy)
@@ -83,6 +83,8 @@
 		 * @param array $tables The default tables.
 		 *
 		 * @return array
+		 * 
+		 * @global BuddyPress $bp BuddyPress global settings
 		 */
 		public function change_global_table_names( $tables ) {
 			global $bp;
@@ -100,6 +102,8 @@
 		 * @param array $tables The default meta table.
 		 *
 		 * @return array
+		 * 
+		 * @global BuddyPress $bp BuddyPress global settings
 		 */
 		public function change_meta_table_names( $tables ) {
 			global $bp;
@@ -113,6 +117,8 @@
 		 * Make the cache-group localised to the profile site.
 		 *
 		 * See https://core.trac.wordpress.org/ticket/54303 for remove_global_group.
+		 * 
+		 * @global $wp_object_cache.
 		 */
 		public function bp_setup_cache_groups() {
 			global $wp_object_cache;
Index: public_html/wp-content/plugins/wporg-profiles-association-handler/wporg-profiles-association-handler.php
===================================================================
--- public_html/wp-content/plugins/wporg-profiles-association-handler/wporg-profiles-association-handler.php	(revision 12676)
+++ public_html/wp-content/plugins/wporg-profiles-association-handler/wporg-profiles-association-handler.php	(working copy)
@@ -46,6 +46,8 @@
 		 *
 		 * @param  array $tables The default tables.
 		 * @return array
+		 * 
+		 * @global BuddyPress $bp BuddyPress global settings
 		 */
 		public function change_global_table_names( $tables ) {
 			global $bp;
@@ -63,6 +65,8 @@
 		 *
 		 * @param  array $tables The default meta table.
 		 * @return array
+		 * 
+		 * @global BuddyPress $bp BuddyPress global settings
 		 */
 		public function change_meta_table_names( $tables ) {
 			global $bp;
@@ -76,6 +80,8 @@
 		 * Make the cache-group localised to the profile site.
 		 *
 		 * See https://core.trac.wordpress.org/ticket/54303 for remove_global_group.
+		 * 
+		 * @global $wp_object_cache.
 		 */
 		public function bp_setup_cache_groups() {
 			global $wp_object_cache;
