Skip to content

Commit

Permalink
GitRepository: isChanges() is now deprecated, use hasChanges() instead
Browse files Browse the repository at this point in the history
Method isChanges() will be removed in next major version.
  • Loading branch information
janpecha committed Jun 2, 2015
1 parent e91b191 commit 1b0daa2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/GitRepository.php
Original file line number Diff line number Diff line change
@@ -368,6 +368,16 @@ public function hasChanges()



/**
* @deprecated
*/
public function isChanges()
{
return $this->hasChanges();
}



/**
* @return self
*/

0 comments on commit 1b0daa2

Please sign in to comment.