@@ -126,10 +126,10 @@ |
||
126 | 126 | /** |
127 | 127 | * Export all the posts in the database to GitHub. |
128 | 128 | * |
129 | - * @param int $user_id |
|
130 | - * @param boolean $force |
|
131 | - * @return boolean |
|
132 | - */ |
|
129 | + * @param int $user_id |
|
130 | + * @param boolean $force |
|
131 | + * @return boolean |
|
132 | + */ |
|
133 | 133 | public function export_all( $user_id, $force = false ) { |
134 | 134 | if ( ! $this->app->semaphore()->is_open() ) { |
135 | 135 | return $this->app->response()->error( new WP_Error( |