Skip to content

Commit aec6db0

Browse files
Apply suggestions from code review
Co-authored-by: Weston Ruter <[email protected]>
1 parent 75a3a6a commit aec6db0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/collaboration/class-wp-collaboration-table-storage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @access private
2525
*
26-
* @phpstan-type AwarenessState array{client_id: string, state: array<string, mixed>, user_id: int}
26+
* @phpstan-type AwarenessState array{client_id: string, state: array<string, mixed>, user_id: int, timestamp: int}
2727
*/
2828
class WP_Collaboration_Table_Storage {
2929
/**

0 commit comments

Comments
 (0)