Completed
Branch master (4b027e)
by Pierre-Henry
36:32
created
_install/library/Smarty/sysplugins/smarty_internal_compile_block_parent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
      * @param  \Smarty_Internal_TemplateCompilerBase $compiler  compiler object
38 38
      * @param  array                                 $parameter array with compilation parameter
39 39
      *
40
-     * @return bool true
40
+     * @return string true
41 41
      */
42 42
     public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter)
43 43
     {
Please login to merge, or discard this patch.
_protected/framework/Mvc/Model/Design.class.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
      * @param integer $iHeight
62 62
      * @param boolean $bOnlyActive
63 63
      *
64
-     * @return boolean|void
64
+     * @return false|null
65 65
      */
66 66
     public function ad($iWidth, $iHeight, $bOnlyActive = true)
67 67
     {
Please login to merge, or discard this patch.