mirror of
https://github.com/processwire/processwire.git
synced 2025-08-30 01:49:58 +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() {
|
||||
|
Reference in New Issue
Block a user