| @@ -24,9 +24,9 @@ | ||
| 24 | 24 | |
| 25 | 25 | /** |
| 26 | 26 | * Performs all necessary actions that should happen upon plugin uninstall. |
| 27 | 27 | * |
| 28 | - * @return void. | |
| 28 | + * @return void | |
| 29 | 29 | */ |
| 30 | 30 | public function wpseo_uninstall() { |
| 31 | 31 | $this->clear_import_statuses(); |
| 32 | 32 | } |
| @@ -33,9 +33,9 @@ | ||
| 33 | 33 | |
| 34 | 34 | /** |
| 35 | 35 | * Clears the persistent import statuses. |
| 36 | 36 | * |
| 37 | - * @return void. | |
| 37 | + * @return void | |
| 38 | 38 | */ |
| 39 | 39 | public function clear_import_statuses() { |
| 40 | 40 | $yoast_options = \get_site_option( 'wpseo' ); |
| 41 | 41 | |