@@ -116,7 +116,7 @@ |
||
116 | 116 | /** |
117 | 117 | * @param HttpRequest $oHttpRequest |
118 | 118 | * |
119 | - * @return int |
|
119 | + * @return string |
|
120 | 120 | */ |
121 | 121 | private static function getProfileId(HttpRequest $oHttpRequest) |
122 | 122 | { |
@@ -161,7 +161,7 @@ |
||
161 | 161 | * |
162 | 162 | * @param string $sData |
163 | 163 | * |
164 | - * @return string|null|self If the cache is disabled, returns null, otherwise returns this class. |
|
164 | + * @return null|Cache If the cache is disabled, returns null, otherwise returns this class. |
|
165 | 165 | * |
166 | 166 | * @throws IOException |
167 | 167 | */ |
@@ -135,7 +135,7 @@ |
||
135 | 135 | * |
136 | 136 | * @param int $iWaitTime |
137 | 137 | * |
138 | - * @return int |
|
138 | + * @return string |
|
139 | 139 | */ |
140 | 140 | private static function getTimeText($iWaitTime) |
141 | 141 | { |
@@ -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 | { |
@@ -22,7 +22,6 @@ |
||
22 | 22 | use PH7\Framework\Mvc\Model\Lang as LangModel; |
23 | 23 | use PH7\Framework\Navigation\Page; |
24 | 24 | use PH7\Framework\Parse\SysVar; |
25 | -use PH7\Framework\Registry\Registry; |
|
26 | 25 | use PH7\Framework\Translate\Lang; |
27 | 26 | |
28 | 27 | class Design extends HtmlDesign |
@@ -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 | { |