| Total Complexity | 3 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | final class PhpScoper implements Compactor |
||
| 22 | { |
||
| 23 | private $scoper; |
||
| 24 | private $config; |
||
| 25 | |||
| 26 | public function __construct(Scoper $scoper, PhpScoperConfiguration $config) |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | */ |
||
| 35 | public function compact(string $file, string $contents): string |
||
| 43 | ); |
||
| 44 | } |
||
| 45 | |||
| 46 | public function getConfiguration(): PhpScoperConfiguration |
||
| 51 |
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