Skip to content

Commit

Permalink
VersionsManager: changed GetAvailable() return type
Browse files Browse the repository at this point in the history
  • Loading branch information
JanTvrdik committed Dec 2, 2016
1 parent 120e839 commit 5fa176d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/VersionsManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public VersionsManager(string phpBaseDir, IEnumerable<IProcessManager> serverMan
this.switchToSuccess = true;
}

public SortedSet<Version> GetAvailable()
public IEnumerable<Version> GetAvailable()
{
var versions = new SortedSet<Version>();

Expand Down

0 comments on commit 5fa176d

Please sign in to comment.