| Total Complexity | 4 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 10 | class SourcesPreloader |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var \Vaimo\ComposerChangelogs\Resolvers\PackageInfoResolver |
||
| 14 | */ |
||
| 15 | private $infoResolver; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @var \Vaimo\ComposerChangelogs\Utils\FileSystemUtils |
||
| 19 | */ |
||
| 20 | private $fileSystemUtils; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param \Vaimo\ComposerChangelogs\Resolvers\PackageInfoResolver $infoResolver |
||
| 24 | */ |
||
| 25 | public function __construct( |
||
| 31 | } |
||
| 32 | |||
| 33 | public function preloadForPackage(PackageInterface $package) |
||
| 52 |