Skip to content

Commit 4845918

Browse files
committed
bumping deps
1 parent 26a0b84 commit 4845918

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/CI/MissingFilesChecker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function __construct(BuildContext $buildContext)
2020
$this->buildContext = $buildContext;
2121
}
2222

23-
public function checkMissingFiles(SymfonyStyle $io)
23+
public function getMissingFiles(): array
2424
{
2525
$this->finder->in($this->buildContext->getSourceDir())
2626
->exclude(['_build', '.github', '.platform', '_images'])

0 commit comments

Comments
 (0)