Skip to content

Commit f2f653d

Browse files
committed
fix up some @SInCE tags
1 parent 49561f2 commit f2f653d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/AbandonedCheckouts/CheckoutHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ public function delete_expired_checkouts() {
369369
* Return array of address fields we want.
370370
*
371371
* @author Michael Beckwith <[email protected]>
372-
* @since NEXT
372+
* @since 2.1.0
373373
*/
374374
protected function get_the_address_fields() {
375375
return [

src/Utility/DebugLogging.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class DebugLogging {
1010
/**
1111
* The logger from WooCommerce.
1212
*
13-
* @since NEXT
13+
* @since 2.5.0
1414
* @var object
1515
*/
1616
private $logger;
@@ -44,7 +44,7 @@ class DebugLogging {
4444
* @param string $classname The classname to use for testing.
4545
*
4646
* @author Zach Owen <zach@webdevstudios>
47-
* @since 0.0.1
47+
* @since 2.5.0
4848
*/
4949
public function __construct( $logger, $message = '', $level = '', $extras = [] ) {
5050
$this->logger = $logger;
@@ -56,7 +56,7 @@ public function __construct( $logger, $message = '', $level = '', $extras = [] )
5656
/**
5757
* Perform our logging, if WP_DEBUG_LOG is enabled.
5858
*
59-
* @since NEXT
59+
* @since 2.5.0
6060
*/
6161
public function log() {
6262
if ( defined( 'WP_DEBUG_LOG' ) ) {

0 commit comments

Comments
 (0)