Completed
Branch master (9997d9)
by Pierre-Henry
32:47
created
_protected/app/system/modules/user/forms/EditForm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
_protected/framework/Cache/Cache.class.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
_protected/framework/Layout/Form/Form.class.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
_protected/framework/Layout/Tpl/Engine/PH7Tpl/PH7Tpl.class.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -511,7 +511,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
_protected/framework/Mvc/Model/Design.class.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
_protected/framework/Security/Version.class.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
     }
118 118
 
119 119
     /**
120
-     * @return array|bool
120
+     * @return string
121 121
      */
122 122
     private static function retrieveXmlInfoFromRemoteServer()
123 123
     {
Please login to merge, or discard this patch.