Completed
Branch master (9997d9)
by Pierre-Henry
32:47
created
_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/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.