Skip to content

Commit a322456

Browse files
committed
Update src/wp-includes/class-wp-speculation-rules.php
Per #8946 (comment)
1 parent 8a7f755 commit a322456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-speculation-rules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function has_rule( string $mode, string $id ): bool {
230230
*
231231
* @since 6.8.0
232232
*
233-
* @return array<string, mixed[]> Speculation rules data.
233+
* @return array<string, array<int ,mixed>> Speculation rules data.
234234
*/
235235
#[ReturnTypeWillChange]
236236
public function jsonSerialize() {

0 commit comments

Comments
 (0)