@@ -30,7 +30,6 @@ |
||
30 | 30 | * |
31 | 31 | * @since 1.9 |
32 | 32 | * |
33 | - * @param $string $email Email string to be sanitized. |
|
34 | 33 | * |
35 | 34 | * @return string Sanitized email. |
36 | 35 | */ |
@@ -72,7 +72,7 @@ |
||
72 | 72 | * @global object $wpdb |
73 | 73 | * |
74 | 74 | * @param array $tables List of tables to be deleted. |
75 | - * @return array $tables Modified list of tables to be deleted. |
|
75 | + * @return string[] $tables Modified list of tables to be deleted. |
|
76 | 76 | */ |
77 | 77 | public function on_delete_blog( $tables ) { |
78 | 78 | global $wpdb; |