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:
@@ -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() {
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user