Completed
Push — extensions ( 84a6ae )
by
unknown
22:00 queued 07:01
created
src/Template/match.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -22,6 +22,9 @@
 block discarded – undo
22 22
     };
23 23
 }
24 24
 
25
+/**
26
+ * @param boolean $res
27
+ */
25 28
 function matchStub($res) {
26 29
     return function(Template $template) use ($res) {
27 30
         return $res;
Please login to merge, or discard this patch.