| Conditions | 2 |
| Paths | 2 |
| Total Lines | 15 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 58 | public function render() |
||
| 59 | { |
||
| 60 | /** @var Notification $notification */ |
||
| 61 | $notification = $this->arguments['notification']; |
||
| 62 | |||
| 63 | if (!$notification instanceof Activable) { |
||
| 64 | return ''; |
||
| 65 | } |
||
| 66 | |||
| 67 | $uri = $notification->getSwitchActivationUri($this->arguments['eventDefinition']); |
||
| 68 | |||
| 69 | $this->tag->addAttribute('href', $uri); |
||
| 70 | $this->tag->setContent($this->renderChildren()); |
||
| 71 | |||
| 72 | return $this->tag->render(); |
||
| 73 | } |
||
| 75 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths