@@ -605,7 +605,7 @@ discard block |
||
| 605 | 605 | * |
| 606 | 606 | * @see __get() |
| 607 | 607 | * |
| 608 | - * @param $sVarName string Name of a variable that is to be retrieved. |
|
| 608 | + * @param string $sVarName string Name of a variable that is to be retrieved. |
|
| 609 | 609 | * |
| 610 | 610 | * @return mixed Value of that variable. |
| 611 | 611 | */ |
@@ -827,7 +827,7 @@ discard block |
||
| 827 | 827 | /** |
| 828 | 828 | * Get the reserved variables. |
| 829 | 829 | * |
| 830 | - * @return array |
|
| 830 | + * @return string[] |
|
| 831 | 831 | */ |
| 832 | 832 | public function getReservedWords() |
| 833 | 833 | { |
@@ -886,7 +886,7 @@ discard block |
||
| 886 | 886 | /** |
| 887 | 887 | * Checks if the template file in the $this->sTemplateDirFile attribute is the main page (layout.tpl). |
| 888 | 888 | * |
| 889 | - * @return boolean |
|
| 889 | + * @return integer |
|
| 890 | 890 | */ |
| 891 | 891 | private function isMainPage() |
| 892 | 892 | { |
@@ -896,7 +896,7 @@ discard block |
||
| 896 | 896 | /** |
| 897 | 897 | * Checks if the compile file in the $this->sCompileDirFile attribute is the main page (layout.cpl.php). |
| 898 | 898 | * |
| 899 | - * @return boolean |
|
| 899 | + * @return integer |
|
| 900 | 900 | */ |
| 901 | 901 | final private function isMainCompilePage() |
| 902 | 902 | { |
@@ -906,7 +906,7 @@ discard block |
||
| 906 | 906 | /** |
| 907 | 907 | * Checks if the compile file in the $this->sCompileDirFile attribute is the XML (with XSL layout) Sitemap page (mainlayout.xsl.cpl.php). |
| 908 | 908 | * |
| 909 | - * @return boolean |
|
| 909 | + * @return integer |
|
| 910 | 910 | */ |
| 911 | 911 | final private function isXmlSitemapCompilePage() |
| 912 | 912 | { |