Skip to content

Commit

Permalink
Merge pull request #1385 from hydephp/catch-realtime-compiler-dashboa…
Browse files Browse the repository at this point in the history
…rd-out-of-bounds-exception

Make static helper static
  • Loading branch information
caendesilva authored Oct 16, 2023
2 parents cdd0c10 + 08d426f commit 8ff8475
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ protected static function welcomeFrame(): string
HTML;
}

protected function getPackageVersion(string $packageName): string
protected static function getPackageVersion(string $packageName): string
{
try {
$prettyVersion = InstalledVersions::getPrettyVersion($packageName);
Expand Down

0 comments on commit 8ff8475

Please sign in to comment.