| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 36 | 10 | public function __construct(array $adviceNames) |
|
| 37 | { |
||
| 38 | 10 | $value = new PropertyValueGenerator($adviceNames, PropertyValueGenerator::TYPE_ARRAY_SHORT); |
|
| 39 | |||
| 40 | 10 | parent::__construct(self::NAME, $value, PropertyGenerator::FLAG_PRIVATE | PropertyGenerator::FLAG_STATIC); |
|
| 41 | 10 | ||
| 42 | $this->setDocBlock('List of applied advices per class'); |
||
| 43 | } |
||
| 44 | } |
||
| 45 |