Completed
Branch master (0538db)
by Pierre-Henry
32:46
created
_install/library/Smarty/sysplugins/smarty_internal_compile_block.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
      * @param  \Smarty_Internal_TemplateCompilerBase $compiler  compiler object
69 69
      * @param  array                                 $parameter array with compilation parameter
70 70
      *
71
-     * @return bool true
71
+     * @return boolean|null true
72 72
      */
73 73
     public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter)
74 74
     {
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
      * @param \Smarty_Internal_TemplateCompilerBase $compiler  compiler object
160 160
      * @param  array                                $parameter array with compilation parameter
161 161
      *
162
-     * @return bool true
162
+     * @return string true
163 163
      */
164 164
     public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter)
165 165
     {
Please login to merge, or discard this patch.
_install/library/Smarty/sysplugins/smarty_internal_compile_extends.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
     /**
120 120
      * Create source code for {extends} from source components array
121 121
      *
122
-     * @param []\Smarty_Internal_Template_Source $components
122
+     * @param Smarty_Template_Source[] $components
123 123
      *
124 124
      * @return string
125 125
      */
Please login to merge, or discard this patch.
_install/library/Smarty/sysplugins/smarty_internal_compile_function.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
      * Compiles code for the {/function} tag
94 94
      *
95 95
      * @param  array                                       $args      array with attributes from parser
96
-     * @param object|\Smarty_Internal_TemplateCompilerBase $compiler  compiler object
96
+     * @param Smarty_Internal_TemplateCompilerBase $compiler  compiler object
97 97
      * @param  array                                       $parameter array with compilation parameter
98 98
      *
99 99
      * @return bool true
Please login to merge, or discard this patch.
_install/library/Smarty/sysplugins/smarty_internal_config_file_compiler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
      *
97 97
      * @param Smarty_Internal_Template $template
98 98
      *
99
-     * @return bool true if compiling succeeded, false if it failed
99
+     * @return string true if compiling succeeded, false if it failed
100 100
      */
101 101
     public function compileTemplate(Smarty_Internal_Template $template)
102 102
     {
Please login to merge, or discard this patch.
_install/library/Smarty/sysplugins/smarty_internal_debug.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
      * Start logging template
49 49
      *
50 50
      * @param \Smarty_Internal_Template $template template
51
-     * @param null                      $mode     true: display   false: fetch  null: subtemplate
51
+     * @param null|boolean                      $mode     true: display   false: fetch  null: subtemplate
52 52
      */
53 53
     public function start_template(Smarty_Internal_Template $template, $mode = null)
54 54
     {
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
     /**
192 192
      * Opens a window for the Smarty Debugging Console and display the data
193 193
      *
194
-     * @param Smarty_Internal_Template|Smarty $obj object to debug
194
+     * @param Smarty_Internal_Template $obj object to debug
195 195
      * @param bool                            $full
196 196
      */
197 197
     public function display_debug($obj, $full = false)
Please login to merge, or discard this patch.
library/Smarty/sysplugins/smarty_internal_method_getstreamvariable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $data
27 27
      * @param  string                                                 $variable the stream of the variable
28 28
      *
29
-     * @return mixed
29
+     * @return string|null
30 30
      * @throws \SmartyException
31 31
      */
32 32
     public function getStreamVariable(Smarty_Internal_Data $data, $variable)
Please login to merge, or discard this patch.
library/Smarty/sysplugins/smarty_internal_runtime_getincludepath.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
      * @param  string   $file
116 116
      * @param \Smarty   $smarty
117 117
      *
118
-     * @return bool|string full filepath or false
118
+     * @return string|false full filepath or false
119 119
      *
120 120
      */
121 121
     public function getIncludePath($dirs, $file, Smarty $smarty)
Please login to merge, or discard this patch.
_install/library/Smarty/sysplugins/smarty_internal_runtime_updatecache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
      *
77 77
      * @param \Smarty_Template_Cached   $cached
78 78
      * @param \Smarty_Internal_Template $_template
79
-     * @param                           $no_output_filter
79
+     * @param                           boolean $no_output_filter
80 80
      *
81 81
      * @throws \Exception
82 82
      */
Please login to merge, or discard this patch.
library/Smarty/sysplugins/smarty_internal_smartytemplatecompiler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
      * @param  mixed $_content template source
80 80
      * @param bool   $isTemplateSource
81 81
      *
82
-     * @return bool true if compiling succeeded, false if it failed
82
+     * @return string true if compiling succeeded, false if it failed
83 83
      * @throws \SmartyCompilerException
84 84
      */
85 85
     protected function doCompile($_content, $isTemplateSource = false)
Please login to merge, or discard this patch.