| @@ -163,9 +163,9 @@ | ||
| 163 | 163 | * @param int $outbox_id The ID of the outbox activity. |
| 164 | 164 | * @param \Activitypub\Activity\Activity $activity The Activity object. |
| 165 | 165 | */ |
| 166 | 166 | public static function maybe_unbury( $outbox_id, $activity ) { |
| 167 | - if ( ! in_array( $activity->get_type(), array( 'Create', 'Update' ), true ) ) { | |
| 167 | + if ( ! \in_array( $activity->get_type(), array( 'Create', 'Update' ), true ) ) { | |
| 168 | 168 | return; |
| 169 | 169 | } |
| 170 | 170 | |
| 171 | 171 | $object = $activity->get_object(); |