Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed May 24, 2023
1 parent 4d7ec1c commit f89a058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConstraintParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private static function isSupportedBranch(Project $project, string $version): bo

private static function getBranchFromVersion(array $supportedBranches, string $version): string
{
// Check given version against all tilde-version-range first.
// Match given version against tilde-version-range branches first.
// This should handle projects with multiple supported minor versions, like
// 9.4.0, 9.5.0, 10.0.0 and 10.1.0.
foreach ($supportedBranches as $branch) {
Expand Down

0 comments on commit f89a058

Please sign in to comment.