Tidy TODO task comment.

This commit is contained in:
Barry Hughes 2023-06-09 08:42:51 -07:00 committed by GitHub
parent d1bffaad9a
commit 88697c5abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ use Automattic\WooCommerce\Utilities\NumberUtil;
defined( 'ABSPATH' ) || exit;
//TODO: Once WooCommerce requires PHP 7.4, the "$x = $x ?? ''" constructs can be replaced with "$x ??= ''".
// TODO: Once WooCommerce requires PHP 7.4, the "$x = $x ?? ''" constructs can be replaced with "$x ??= ''".
/**
* Converts a string (e.g. 'yes' or 'no') to a bool.