@@ -511,7 +511,7 @@ discard block |
||
511 | 511 | * |
512 | 512 | * @see __get() |
513 | 513 | * |
514 | - * @param $sVarName string Name of a variable that is to be retrieved. |
|
514 | + * @param string $sVarName string Name of a variable that is to be retrieved. |
|
515 | 515 | * |
516 | 516 | * @return mixed Value of that variable. |
517 | 517 | */ |
@@ -734,7 +734,7 @@ discard block |
||
734 | 734 | /** |
735 | 735 | * Checks if the template file in the $this->sTemplateDirFile attribute is the main page (layout.tpl). |
736 | 736 | * |
737 | - * @return bool |
|
737 | + * @return integer |
|
738 | 738 | */ |
739 | 739 | private function isMainPage() |
740 | 740 | { |
@@ -744,7 +744,7 @@ discard block |
||
744 | 744 | /** |
745 | 745 | * Checks if the compile file in the $this->sCompileDirFile attribute is the main page (layout.cpl.php). |
746 | 746 | * |
747 | - * @return bool |
|
747 | + * @return integer |
|
748 | 748 | */ |
749 | 749 | final private function isMainCompilePage() |
750 | 750 | { |
@@ -757,7 +757,7 @@ discard block |
||
757 | 757 | /** |
758 | 758 | * Checks if the compile file in the $this->sCompileDirFile attribute is the XML (with XSL layout) Sitemap page (mainlayout.xsl.cpl.php). |
759 | 759 | * |
760 | - * @return bool |
|
760 | + * @return integer |
|
761 | 761 | */ |
762 | 762 | final private function isXmlSitemapCompilePage() |
763 | 763 | { |
@@ -117,7 +117,7 @@ |
||
117 | 117 | } |
118 | 118 | |
119 | 119 | /** |
120 | - * @return array|bool |
|
120 | + * @return string |
|
121 | 121 | */ |
122 | 122 | private static function retrieveXmlInfoFromRemoteServer() |
123 | 123 | { |