Missing space

This commit is contained in:
Gerhard Potgieter 2018-03-13 07:34:47 +02:00
parent 3910fbc270
commit 01775a4443
1 changed files with 1 additions and 1 deletions

View File

@ -1505,7 +1505,7 @@ class WC_Cart extends WC_Legacy_Cart {
* @param array $restrictions Array of allowed email addresses.
* @return bool
*/
public function is_coupon_emails_allowed( $check_emails, $restrictions ){
public function is_coupon_emails_allowed( $check_emails, $restrictions ) {
foreach ( $check_emails as $check_email ) {
// With a direct match we return true.