Logging: Update doc block to more accurate return value (#41867)

This commit is contained in:
Leif Singer 2023-12-06 14:48:11 +01:00 committed by GitHub
commit 4897cdb683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -0,0 +1,5 @@
Significance: patch
Type: dev
Comment: Simply changes a value in a doc block.

View File

@ -2003,9 +2003,7 @@ function wc_remove_number_precision_deep( $value ) {
* - an instance which will be used directly as the logger
* In either case, the class or instance *must* implement WC_Logger_Interface.
*
* @see WC_Logger_Interface
*
* @return WC_Logger
* @return WC_Logger_Interface
*/
function wc_get_logger() {
static $logger = null;