Skip to content

Commit 3982998

Browse files
committed
Patch some missed TBDs
1 parent cb30209 commit 3982998

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Telemetry/Data_Providers/Null_Data_Provider.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* A data provider that provides no data, used for testing.
44
*
5-
* @since TBD
5+
* @since 2.1.0
66
*
77
* @package StellarWP\Telemetry\Data_Providers;
88
*/
@@ -14,7 +14,7 @@
1414
/**
1515
* Class Null_Data_Provider.
1616
*
17-
* @since TBD
17+
* @since 2.1.0
1818
*
1919
* @package StellarWP\Telemetry\Data_Providers;
2020
*/
@@ -23,7 +23,7 @@ class Null_Data_Provider implements Data_Provider {
2323
/**
2424
* {@inheritDoc}
2525
*
26-
* @since TBD
26+
* @since 2.1.0
2727
*/
2828
public function get_data(): array {
2929
return [];

src/Telemetry/Telemetry/Telemetry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ protected function get_option() {
390390
* Gets the args for sending data to the telemetry server.
391391
*
392392
* @since 1.0.0
393-
* @since TBD - Updated to include the opted in user with the telemetry json.
393+
* @since 2.3.0 - Updated to include the opted in user with the telemetry json.
394394
*
395395
* @return array
396396
*/

0 commit comments

Comments
 (0)