| Total Complexity | 3 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class Invitation extends Notification implements NotificationInterface |
||
| 13 | { |
||
| 14 | //protected $useQueue = true; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Notification msg. |
||
| 18 | * |
||
| 19 | * @return string |
||
| 20 | */ |
||
| 21 | public function message(): string |
||
| 38 | } |
||
| 39 | |||
| 40 | /** |
||
| 41 | * Email body. |
||
| 42 | * |
||
| 43 | * @return Message|null |
||
| 44 | */ |
||
| 45 | public function toMail(): ?Message |
||
| 52 |
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