Skip to content

Commit

Permalink
wait!
Browse files Browse the repository at this point in the history
  • Loading branch information
toby7002 committed Oct 1, 2023
1 parent 23c7a42 commit d510476
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/thebigcrafter/omp/cache/PluginVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ public function getDepends(): array
return $this->deps;
}

/**
* @return Future<mixed>
*/
public function getSize(): Future {
return Internet::getRemoteFileSize($this->getArtifactUrl());
public function getSize() {

Check failure on line 34 in src/thebigcrafter/omp/cache/PluginVersion.php

View workflow job for this annotation

GitHub Actions / PHPStan analysis (ubuntu-latest, 8.1)

Method thebigcrafter\omp\cache\PluginVersion::getSize() has no return type specified.
return Internet::getRemoteFileSize($this->getArtifactUrl())->await();
}

public function getDescriptionUrl(): string {
Expand Down

0 comments on commit d510476

Please sign in to comment.