@@ -31,6 +31,10 @@ |
||
31 | 31 | return ''; |
32 | 32 | } |
33 | 33 | |
34 | + /** |
|
35 | + * @param string $before |
|
36 | + * @param string $after |
|
37 | + */ |
|
34 | 38 | public function surroundWith($before, $after) { |
35 | 39 | $oldRunner = $this->runner; |
36 | 40 | $this->runner = function (DelayedOutput $output) use ($oldRunner, $before, $after) { |