Conditions | 2 |
Paths | 2 |
Total Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
57 | 3 | private function addDescription() { |
|
58 | 3 | if ( $this->property->getFingerprint()->getDescriptions()->hasTermForLanguage( $this->languageCode ) ) { |
|
59 | 1 | $this->simpleProperty->description = $this->property->getFingerprint()->getDescription( $this->languageCode )->getText(); |
|
60 | 1 | } |
|
61 | 3 | } |
|
62 | |||
74 |