← All changes
|
app/modules/import-export/runners/revert/plugins.php
+2
-2
4.1.0-dev2
→
3.13.2
View file →
| @@ -3,13 +3,13 @@ | ||
| 3 | 3 | namespace Elementor\App\Modules\ImportExport\Runners\Revert; |
| 4 | 4 | |
| 5 | 5 | class Plugins extends Revert_Runner_Base { |
| 6 | 6 | |
| 7 | - public static function get_name(): string { | |
| 7 | + public static function get_name() : string { | |
| 8 | 8 | return 'plugins'; |
| 9 | 9 | } |
| 10 | 10 | |
| 11 | - public function should_revert( array $data ): bool { | |
| 11 | + public function should_revert( array $data ) : bool { | |
| 12 | 12 | return false; |
| 13 | 13 | } |
| 14 | 14 | |
| 15 | 15 | public function revert( array $data ) {} |