| @@ -246,9 +246,9 @@ | ||
| 246 | 246 | * |
| 247 | 247 | * @param $data |
| 248 | 248 | * |
| 249 | 249 | * @return array |
| 250 | - * @throws \Exception If the revision ID is not set. | |
| 250 | + * @throws \Exception Id Exception. | |
| 251 | 251 | */ |
| 252 | 252 | public static function ajax_get_revision_data( array $data ) { |
| 253 | 253 | if ( ! isset( $data['id'] ) ) { |
| 254 | 254 | throw new \Exception( 'You must set the revision ID.' ); |
| @@ -277,9 +277,9 @@ | ||
| 277 | 277 | /** |
| 278 | 278 | * @since 2.0.0 |
| 279 | 279 | * @access public |
| 280 | 280 | * @static |
| 281 | - * @param array $return_data | |
| 281 | + * @param array $return_data | |
| 282 | 282 | * @param Document $document |
| 283 | 283 | * |
| 284 | 284 | * @return array |
| 285 | 285 | */ |