| Total Complexity | 3 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | abstract class UnleashedBuildTask extends BuildTask |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var string |
||
| 19 | */ |
||
| 20 | protected $email_subject = "API Unleashed Software"; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @var booleen |
||
|
|
|||
| 24 | */ |
||
| 25 | protected $preview = false; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * echo to screen for Build Reports |
||
| 29 | * @param string $msg the message to be printed |
||
| 30 | */ |
||
| 31 | protected function log($text) |
||
| 42 |
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