@@ -113,8 +113,8 @@ discard block |
||
113 | 113 | $this->app->semaphore()->unlock(); |
114 | 114 | |
115 | 115 | if ( is_wp_error( $result ) ) { |
116 | - //@var WP_Error $result |
|
117 | - update_option( '_wogh_import_error', $result->get_error_message() ); |
|
116 | + //@var WP_Error $result |
|
117 | + update_option( '_wogh_import_error', $result->get_error_message() ); |
|
118 | 118 | |
119 | 119 | return $this->app->response()->error( $result ); |
120 | 120 | } |
@@ -127,10 +127,10 @@ discard block |
||
127 | 127 | /** |
128 | 128 | * Export all the posts in the database to GitHub. |
129 | 129 | * |
130 | - * @param int $user_id |
|
131 | - * @param boolean $force |
|
132 | - * @return boolean |
|
133 | - */ |
|
130 | + * @param int $user_id |
|
131 | + * @param boolean $force |
|
132 | + * @return boolean |
|
133 | + */ |
|
134 | 134 | public function export_all( $user_id, $force = false ) { |
135 | 135 | if ( ! $this->app->semaphore()->is_open() ) { |
136 | 136 | return $this->app->response()->error( new WP_Error( |