← All changes
|
app/modules/import-export/runners/revert/wp-content.php
+2
-2
4.3.0
→
3.20.0-dev3
View file →
| @@ -5,13 +5,13 @@ | ||
| 5 | 5 | use Elementor\App\Modules\ImportExport\Utils as ImportExportUtils; |
| 6 | 6 | |
| 7 | 7 | class Wp_Content extends Revert_Runner_Base { |
| 8 | 8 | |
| 9 | - public static function get_name(): string { | |
| 9 | + public static function get_name() : string { | |
| 10 | 10 | return 'wp-content'; |
| 11 | 11 | } |
| 12 | 12 | |
| 13 | - public function should_revert( array $data ): bool { | |
| 13 | + public function should_revert( array $data ) : bool { | |
| 14 | 14 | return ( |
| 15 | 15 | isset( $data['runners'] ) && |
| 16 | 16 | array_key_exists( static::get_name(), $data['runners'] ) |
| 17 | 17 | ); |