Completed
Push — master ( 15cb6d...86e5be )
by Nikolas
03:31
created
src/delivery/DelayedOutput.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -31,6 +31,10 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.