PluginProbe
Elementor Website Builder – more than just a page builder / 3.20.0-dev3
Elementor Website Builder – more than just a page builder v3.20.0-dev3
4.3.2 4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 All 455 releases
← All changes | app/modules/import-export/runners/revert/revert-runner-base.php +1 -1 4.3.0 → 3.20.0-dev3 View file →
@@ -12,9 +12,9 @@
12 12 * @param array $data
13 13 *
14 14 * @return bool
15 15 */
16 - abstract public function should_revert( array $data ): bool;
16 + abstract public function should_revert( array $data ) : bool;
17 17
18 18 /**
19 19 * Main function of the runner revert process.
20 20 *