Skip to content

Commit 83ca39f

Browse files
committed
Add missing since tags and update access tag
1 parent b7c4475 commit 83ca39f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

plugins/optimization-detective/class-od-tag-visitor-context.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* Context for tag visitors invoked for each tag while walking over a document.
1717
*
1818
* @since 0.4.0
19-
* @access private
2019
*
2120
* @property-read OD_URL_Metric_Group_Collection $url_metrics_group_collection Deprecated property accessed via magic getter. Use the url_metric_group_collection property instead.
2221
*/
@@ -25,6 +24,7 @@ final class OD_Tag_Visitor_Context {
2524
/**
2625
* HTML tag processor.
2726
*
27+
* @since 0.4.0
2828
* @var OD_HTML_Tag_Processor
2929
* @readonly
3030
*/
@@ -33,6 +33,7 @@ final class OD_Tag_Visitor_Context {
3333
/**
3434
* URL Metric group collection.
3535
*
36+
* @since 0.4.0
3637
* @var OD_URL_Metric_Group_Collection
3738
* @readonly
3839
*/
@@ -41,6 +42,7 @@ final class OD_Tag_Visitor_Context {
4142
/**
4243
* Link collection.
4344
*
45+
* @since 0.4.0
4446
* @var OD_Link_Collection
4547
* @readonly
4648
*/
@@ -49,6 +51,8 @@ final class OD_Tag_Visitor_Context {
4951
/**
5052
* Constructor.
5153
*
54+
* @since 0.4.0
55+
*
5256
* @param OD_HTML_Tag_Processor $processor HTML tag processor.
5357
* @param OD_URL_Metric_Group_Collection $url_metric_group_collection URL Metric group collection.
5458
* @param OD_Link_Collection $link_collection Link collection.

0 commit comments

Comments
 (0)