diff --git a/wire/core/MarkupQA.php b/wire/core/MarkupQA.php index 52a7397d..9a5f52bb 100644 --- a/wire/core/MarkupQA.php +++ b/wire/core/MarkupQA.php @@ -1029,7 +1029,7 @@ class MarkupQA extends Wire { * @param int $pageID * @param Language|null $language * @return string - * @since 3.0.330 + * @since 3.0.231 * */ protected function getPagePathFromId($pageID, $language = null) { @@ -1065,7 +1065,7 @@ class MarkupQA extends Wire { * Is the Page::path method hooked in a manner that might affect MarkupQA? * * @return bool - * @since 3.0.330 + * @since 3.0.231 * */ protected function isPagePathHooked() { diff --git a/wire/core/PageComparison.php b/wire/core/PageComparison.php index 0db9ae09..352d8f66 100644 --- a/wire/core/PageComparison.php +++ b/wire/core/PageComparison.php @@ -318,6 +318,7 @@ class PageComparison { * @param Page $page * @param Selector $selector * @return bool + * @since 3.0.231 * */ protected function selectorMatches(Page $page, Selector $selector) { @@ -337,6 +338,7 @@ class PageComparison { * @param Selector $selector * @param string $property * @return bool + * @since 3.0.231 * */ protected function selectorMatchesProperty(Page $page, Selector $selector, $property) {