| @@ -1,9 +1,8 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * @since 3.04.02 |
| 4 | 4 | * |
| 5 | - * @package Formidable | |
| 6 | 5 | * @subpackage Upgrader Skin |
| 7 | 6 | */ |
| 8 | 7 | |
| 9 | 8 | // Exit if accessed directly |
| @@ -62,9 +61,9 @@ | ||
| 62 | 61 | * back to the Ajax script for processing. |
| 63 | 62 | * |
| 64 | 63 | * @since 3.04.02 |
| 65 | 64 | * |
| 66 | - * @param string|\WP_Error $errors The WP Error object of errors with the install process. | |
| 65 | + * @param string|object $errors The WP Error object of errors with the install process. | |
| 67 | 66 | */ |
| 68 | 67 | public function error( $errors ) { |
| 69 | 68 | if ( ! empty( $errors ) ) { |
| 70 | 69 | if ( ! is_string( $errors ) ) { |
| @@ -96,5 +95,6 @@ | ||
| 96 | 95 | * @param string $string The feedback string. |
| 97 | 96 | * @param mixed ...$args Optional text replacements. |
| 98 | 97 | */ |
| 99 | 98 | public function feedback( $string, ...$args ) {} |
| 99 | + | |
| 100 | 100 | } |