| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 9 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 5 | 
| CRAP Score | 1 | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 34 | 1 | public function normalizeLink(string $path, $object, NormalizerContextInterface $context)  | 
            |
| 35 |     { | 
            ||
| 36 | return [  | 
            ||
| 37 | 1 | 'href' => $this->link->getHref(),  | 
            |
| 38 | 1 | 'templated' => $this->link->isTemplated(),  | 
            |
| 39 | 1 | 'rel' => $this->link->getRels(),  | 
            |
| 40 | 1 | 'attributes' => $this->link->getAttributes(),  | 
            |
| 41 | ];  | 
            ||
| 42 | }  | 
            ||
| 43 | }  | 
            ||
| 44 |