Total Complexity | 0 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
23 | class IncludeSitemapEntryEvent extends Event |
||
24 | { |
||
25 | // Properties |
||
26 | // ========================================================================= |
||
27 | |||
28 | /** |
||
29 | * @var ElementInterface The Craft element corresponding to the sitemap entry |
||
30 | */ |
||
31 | public $element; |
||
32 | |||
33 | /** |
||
34 | * @var MetaBundle The SEOmatic MetaBundle corresponding to the sitemap entry |
||
35 | */ |
||
36 | public $metaBundle; |
||
37 | |||
38 | /** |
||
39 | * @var bool Whether to include the sitemap entry. |
||
40 | */ |
||
41 | public $include; |
||
42 | } |
||
43 |
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