CSC495-2014 / TeamworkEnglewoodGit

GNU General Public License v2.0
5 stars 15 forks source link

GitCommands::gitRemoteAdd has bad function signature #115

Closed mikeholler closed 10 years ago

mikeholler commented 10 years ago

It should be called like this:

$gitCommands->gitRemoteAdd($alias, $url);

But currently its method signature is:

public function gitRemoteAdd($userName, $project, $alias);
ZAM- commented 10 years ago

Gotcha, I was assuming some things here that were obviously incorrect to assume. I'll fix this and request a PR.