| @@ -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 | } |