Skip to content

Commit

Permalink
psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrico committed Dec 9, 2022
1 parent 527f543 commit 531e545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ public function doUpdatePackages(PackageInterface ...$packages): void
$collector->packages++;
}

/** @psalm-suppress ArgumentTypeCoercion */
$this->printOverallStats($collector);

$this->locker->writeLockFile();
Expand Down
1 change: 1 addition & 0 deletions src/Util/Downloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public function download(
$directory = $this->filesystem->normalizePath($transPackage->languageDirectory());

foreach ($translations as $translation) {
/** @psalm-suppress ArgumentTypeCoercion */
$this->downloadTranslation($translation, $directory, $collector);
}

Expand Down

0 comments on commit 531e545

Please sign in to comment.