Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
31 | public function run() |
||
32 | { |
||
33 | return $this->render('Price', [ |
||
34 | 'title' => $this->title, |
||
35 | 'subTitle' => $this->subTitle, |
||
36 | 'price' => $this->price, |
||
37 | 'subPrice' => $this->subPrice, |
||
38 | 'options' => $this->options, |
||
39 | 'footer' => $this->footer, |
||
40 | 'activeClass' => $this->activeClass, |
||
41 | ]); |
||
44 |