Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 7, 2023
1 parent 34a66a8 commit a7b49fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static function nameToId(string $name): string
public static function isMajorUpdate(string $currentVersion, string $latestVersion): bool
{
// Drop any v prefixes
if(str_starts_with($currentVersion, 'v')) {
if (str_starts_with($currentVersion, 'v')) {
$currentVersion = substr($currentVersion, 1);
}

Expand Down

0 comments on commit a7b49fa

Please sign in to comment.