Conditions | 3 |
Paths | 3 |
Total Lines | 18 |
Code Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
47 | public function setTrackingEnabled(bool $enabled) : self |
||
48 | { |
||
49 | $this->requireParams() |
||
50 | ->getInfo() |
||
51 | ->setKeywordEnabled(Mailcode_Commands_Keywords::TYPE_NO_TRACKING, !$enabled); |
||
52 | |||
53 | return $this; |
||
54 | } |
||
55 | |||
56 | public function getNoTrackingToken() : ?Mailcode_Parser_Statement_Tokenizer_Token_Keyword |
||
57 | { |
||
58 | return $this->requireParams() |
||
59 | ->getInfo() |
||
60 | ->getKeywordsCollection() |
||
61 | ->getByName(Mailcode_Commands_Keywords::TYPE_NO_TRACKING); |
||
62 | } |
||
63 | } |
||
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