Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
30 | 40 | public function __construct(\phpbb\request\request_interface $request, \phpbb\language\language $translator, \blitze\sitemaker\model\mapper_factory $mapper_factory) |
|
31 | { |
||
32 | 40 | $this->request = $request; |
|
33 | 40 | $this->translator = $translator; |
|
34 | 40 | $this->mapper_factory = $mapper_factory; |
|
35 | 40 | } |
|
54 |