@@ -22,6 +22,9 @@  | 
                                                    ||
| 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;  |