Conditions | 2 |
Paths | 2 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
28 | 1 | public function getContainerExtension() |
|
29 | { |
||
30 | 1 | if (null === $this->extension) { |
|
31 | 1 | $this->extension = new MediaMonksCrawlerExtension(); |
|
32 | 1 | } |
|
33 | |||
34 | 1 | return $this->extension; |
|
1 ignored issue
–
show
|
|||
35 | } |
||
36 | } |
||
37 |