| Total Complexity | 1 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | class CommentAddedEvent extends AbstractEvent |
||
| 26 | { |
||
| 27 | /** |
||
| 28 | * @label Event/Blog:comment_added.marker.comment |
||
| 29 | * @marker |
||
| 30 | * |
||
| 31 | * @var Comment |
||
| 32 | */ |
||
| 33 | protected $comment; |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @label Event/Blog:comment_added.marker.post |
||
| 37 | * @marker |
||
| 38 | * |
||
| 39 | * @var Post |
||
| 40 | */ |
||
| 41 | protected $post; |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @label Event/Blog:comment_added.email.comment_email |
||
| 45 | |||
| 46 | * |
||
| 47 | * @var array |
||
| 48 | */ |
||
| 49 | protected $commentEmail; |
||
| 50 | |||
| 51 | /** |
||
| 52 | * @param CommentAddedNotification $commentAddedNotification |
||
| 53 | */ |
||
| 54 | public function run(CommentAddedNotification $commentAddedNotification) |
||
| 64 |
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