1
0
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:
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() {