Skip to content

Commit 2db6675

Browse files
committed
Fix type hint
1 parent 56ebd18 commit 2db6675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/collaboration/class-wp-sync-post-meta-storage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function get_awareness_state( string $room ): array {
123123
* @param string $room Room identifier.
124124
* @param array<int, mixed> $awareness Serializable awareness state.
125125
*/
126-
public function set_awareness_state( string $room, mixed $awareness ): void {
126+
public function set_awareness_state( string $room, array $awareness ): void {
127127
$post_id = $this->get_storage_post_id();
128128
$meta_key = $this->get_awareness_meta_key( $room );
129129

0 commit comments

Comments
 (0)