Cleanup @ since tags

This commit is contained in:
Jeremy Pry 2023-10-30 21:23:31 -05:00 committed by Justin Palmer
parent 2dd3cc6176
commit f6e8a586aa
No known key found for this signature in database
GPG Key ID: ACAB7C35AA2577AF
2 changed files with 0 additions and 11 deletions

View File

@ -19,7 +19,6 @@ class WPConsentAPI {
/** /**
* Register the consent API. * Register the consent API.
* *
* @since 0.1.0
* @return void * @return void
*/ */
public function register() { public function register() {

View File

@ -49,8 +49,6 @@ trait SourceAttributionMeta {
/** /**
* Get the device type based on the other meta fields. * Get the device type based on the other meta fields.
* *
* @since x.x.x
*
* @param array $values The meta values. * @param array $values The meta values.
* *
* @return string The device type. * @return string The device type.
@ -70,7 +68,6 @@ trait SourceAttributionMeta {
/** /**
* Set the meta fields and the field prefix. * Set the meta fields and the field prefix.
* *
* @since x.x.x
* @return void * @return void
*/ */
private function set_fields_and_prefix() { private function set_fields_and_prefix() {
@ -88,7 +85,6 @@ trait SourceAttributionMeta {
/** /**
* Set the meta prefix for our fields. * Set the meta prefix for our fields.
* *
* @since x.x.x
* @return void * @return void
*/ */
private function set_field_prefix(): void { private function set_field_prefix(): void {
@ -172,8 +168,6 @@ trait SourceAttributionMeta {
/** /**
* Get the field name with the meta prefix. * Get the field name with the meta prefix.
* *
* @since x.x.x
*
* @param string $field The field name. * @param string $field The field name.
* *
* @return string The prefixed field name. * @return string The prefixed field name.
@ -192,8 +186,6 @@ trait SourceAttributionMeta {
/** /**
* Remove the meta prefix from the field name. * Remove the meta prefix from the field name.
* *
* @since x.x.x
*
* @param string $field The prefixed field. * @param string $field The prefixed field.
* *
* @return string * @return string
@ -351,8 +343,6 @@ trait SourceAttributionMeta {
/** /**
* Get the description for the order source attribution field. * Get the description for the order source attribution field.
* *
* @since x.x.x
*
* @param string $field The field name. * @param string $field The field name.
* *
* @return string * @return string