Completed
Push — master ( 9faef8...dac568 )
by Jonathan
02:08
created
src/Engine.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -154,6 +154,7 @@  discard block
 block discarded – undo
154 154
     /**
155 155
      * Get all preassigned template data.
156 156
      * @param  null|string $template;
157
+     * @param string $template
157 158
      * @return array
158 159
      */
159 160
     public function getData($template = null)
@@ -165,6 +166,7 @@  discard block
 block discarded – undo
165 166
      * Register a new template function.
166 167
      * @param  string   $name;
167 168
      * @param  callback $callback;
169
+     * @param string $name
168 170
      * @return Engine
169 171
      */
170 172
     public function registerFunction($name, $callback)
Please login to merge, or discard this patch.
src/Template/Template.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -226,7 +226,7 @@
 block discarded – undo
226 226
 
227 227
     /**
228 228
      * Apply multiple functions to variable.
229
-     * @param  mixed  $var
229
+     * @param  string  $var
230 230
      * @param  string $functions
231 231
      * @return mixed
232 232
      */
Please login to merge, or discard this patch.