Total Complexity | 3 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
33 | trait NoTrackingTrait |
||
34 | { |
||
35 | public function isTrackingEnabled() : bool |
||
40 | } |
||
41 | |||
42 | /** |
||
43 | * @param bool $enabled |
||
44 | * @return $this |
||
45 | * @throws Mailcode_Exception |
||
46 | */ |
||
47 | public function setTrackingEnabled(bool $enabled) : self |
||
54 | } |
||
55 | |||
56 | public function getNoTrackingToken() : ?Mailcode_Parser_Statement_Tokenizer_Token_Keyword |
||
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