Completed
Pull Request — master (#227)
by
unknown
11:00
created
src/Extension/RenderContext/func.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -130,6 +130,9 @@
 block discarded – undo
130 130
     };
131 131
 }
132 132
 
133
+/**
134
+ * @param integer $num_required
135
+ */
133 136
 function assertArgsFunc($num_required, $num_default = 0)
134 137
 {
135 138
     return function (FuncArgs $args, $next) use ($num_required, $num_default) {
Please login to merge, or discard this patch.
src/Template/match.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -36,6 +36,9 @@
 block discarded – undo
36 36
     };
37 37
 }
38 38
 
39
+/**
40
+ * @param boolean $res
41
+ */
39 42
 function matchStub($res)
40 43
 {
41 44
     return function (Template $template) use ($res) {
Please login to merge, or discard this patch.