We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b90a8 commit 9276161Copy full SHA for 9276161
src/TextUI/Command.php
@@ -873,7 +873,7 @@ private function handleWarmCoverageCache(XmlConfiguration\Configuration $configu
873
print 'Warming cache for static analysis ... ';
874
875
(new CacheWarmer)->warmCache(
876
- $cacheDirectory,
+ $cacheDirectory->path(),
877
!$configuration->codeCoverage()->disableCodeCoverageIgnore(),
878
$configuration->codeCoverage()->ignoreDeprecatedCodeUnits(),
879
$filter
0 commit comments