| Total Lines | 14 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | return static function (RectorConfig $rectorConfig) use ($applyCommonConfig): void { |
||
| 13 | $applyCommonConfig($rectorConfig); |
||
| 14 | |||
| 15 | $rectorConfig->paths([ |
||
| 16 | __DIR__ . '/tests', |
||
| 17 | ]); |
||
| 18 | |||
| 19 | $rectorConfig->sets([ |
||
| 20 | LevelSetList::UP_TO_PHP_82, |
||
| 21 | PHPUnitSetList::PHPUNIT_100, |
||
| 22 | ]); |
||
| 23 | |||
| 24 | $rectorConfig->skip([ |
||
| 25 | ClosureToArrowFunctionRector::class |
||
| 26 | ]); |
||
| 28 |
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