| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | public function __construct(array $configuration) |
||
| 27 | { |
||
| 28 | //var_dump($configuration); |
||
| 29 | //exit; |
||
| 30 | $this->creator = $configuration['creator']; |
||
| 31 | $this->lastModifiedBy = $configuration['lastModifiedBy']; |
||
| 32 | $this->title = $configuration['title']; |
||
| 33 | $this->subject = $configuration['subject']; |
||
| 34 | $this->description = $configuration['description']; |
||
| 35 | $this->keywords = $configuration['keywords']; |
||
| 36 | $this->category = $configuration['category']; |
||
| 37 | } |
||
| 38 | |||
| 59 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.