Skip to content

Commit

Permalink
parseOptions was introduced
Browse files Browse the repository at this point in the history
parseOptions check the arguments passed to PHPloy inside the class
now instead of how it was before, in the global scope.
This change made the __construct look better too.

Signed-off-by: Baki Goxhaj <banago@gmail.com>
  • Loading branch information
banago committed Feb 12, 2014
1 parent 0282431 commit 7a2cc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phploy
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class PHPloy {
*
* @return array
*/
protected function compare($revision)
protected function compare($local_revision)
{
$remote_revision = '';
$tmp_file = tmpfile();
Expand Down

0 comments on commit 7a2cc04

Please sign in to comment.