PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.19
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.19
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | classes/models/FrmInstallerSkin.php +2 -2 6.46.19 View file →
@@ -1,8 +1,9 @@
1 1 <?php
2 2 /**
3 3 * @since 3.04.02
4 4 *
5 + * @package Formidable
5 6 * @subpackage Upgrader Skin
6 7 */
7 8
8 9 // Exit if accessed directly
@@ -61,9 +62,9 @@
61 62 * back to the Ajax script for processing.
62 63 *
63 64 * @since 3.04.02
64 65 *
65 - * @param string|object $errors The WP Error object of errors with the install process.
66 + * @param string|\WP_Error $errors The WP Error object of errors with the install process.
66 67 */
67 68 public function error( $errors ) {
68 69 if ( ! empty( $errors ) ) {
69 70 if ( ! is_string( $errors ) ) {
@@ -95,6 +96,5 @@
95 96 * @param string $string The feedback string.
96 97 * @param mixed ...$args Optional text replacements.
97 98 */
98 99 public function feedback( $string, ...$args ) {}
99 -
100 100 }