Completed
Push — master ( 92fdfc...c3dd6e )
by
unknown
18s queued 13s
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  callable $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.