File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 */
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 [];
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments