Merge pull request #23174 from szepeviktor/patch-2

Fix stray char in PHPDoc of WC_Coupon
This commit is contained in:
Mike Jolley 2019-04-01 12:46:28 +01:00 committed by GitHub
commit b1e71074b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -942,7 +942,7 @@ class WC_Coupon extends WC_Legacy_Coupon {
* Map one of the WC_Coupon error codes to a message string.
*
* @param int $err_code Message/error code.
* @return string| Message/error string
* @return string Message/error string
*/
public function get_coupon_error( $err_code ) {
switch ( $err_code ) {