Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 6 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
20 | 3 | public function __construct( ParserData $parserData, Title $subjectPage, EventDispatcher $smwEventDispatcher, SubObjectBuilder $subObjectBuilder ) { |
|
21 | 3 | $this->parserData = $parserData; |
|
22 | 3 | $this->subjectPage = $subjectPage; |
|
23 | 3 | $this->smwEventDispatcher = $smwEventDispatcher; |
|
24 | 3 | $this->subObjectBuilder = $subObjectBuilder; |
|
25 | 3 | } |
|
26 | |||
44 |