@@ -130,6 +130,9 @@ |
||
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) { |
@@ -36,6 +36,9 @@ |
||
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) { |