1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-08 15:57:01 +02:00

Minor phpdoc fix and additions

This commit is contained in:
Ryan Cramer
2023-10-27 14:31:05 -04:00
parent 233a66f846
commit e172dd011b
2 changed files with 4 additions and 2 deletions

View File

@@ -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() {

View File

@@ -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) {