docblock correction

Closes #13818
This commit is contained in:
Mike Jolley 2017-03-29 11:47:33 +01:00
parent 9743e266cb
commit df13658dab
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ class WC_Checkout {
* Get posted data from the checkout form.
*
* @since 3.0.0
* @return array of data and errors.
* @return array of data.
*/
protected function get_posted_data() {
$skipped = array();