Completed
Push — master ( df742c...335c04 )
by Michael
03:44
created
include/patTemplate.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -957,7 +957,7 @@  discard block
 block discarded – undo
957 957
          * @access     private
958 958
          * @deprecated 2.4 2001/11/05
959 959
          * @see        addTemplate(), addTemplates();
960
-         * @return bool
960
+         * @return boolean|null
961 961
          */
962 962
         public function loadTemplate($name)
963 963
         {
@@ -1178,6 +1178,7 @@  discard block
 block discarded – undo
1178 1178
          *
1179 1179
          * @param string $name  name of the template
1180 1180
          * @param string &$temp content of the parsed Template
1181
+         * @param string $temp
1181 1182
          * @access   private
1182 1183
          * @see      parseTemplate(), addGlobalVar(), addGlobalVars()
1183 1184
          */
Please login to merge, or discard this patch.