| Conditions | 2 |
| Paths | 5 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | public function mutate(Handler $ajax): Handler |
||
| 30 | { |
||
| 31 | try { |
||
| 32 | $title = $this->renderBlock->render(new Block('title'), $this->view, $this->parameters); |
||
| 33 | $ajax->container('title')->html($title); |
||
| 34 | } catch (AjaxcomException $exception) { |
||
| 35 | // do nothing |
||
| 36 | } finally { |
||
| 37 | return $ajax; |
||
| 38 | } |
||
| 41 |