Skip to content

Commit 41a06e8

Browse files
committed
add missing type hint
1 parent 771dbc8 commit 41a06e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mu-plugins/websub-compat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @return array $links Array of filtered Feed URLs.
2121
*/
22-
function websub_compat( $links ) {
22+
function websub_compat( array $links ) {
2323
if ( ! $links || ! is_array( $links ) ) {
2424
return $links;
2525
}

0 commit comments

Comments
 (0)