1
0
Fork 0
pull/1197/merge
Jordi Boggiano 2012-10-10 13:46:49 +02:00
parent c492476e88
commit 84ba1cc098
2 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ class GitDownloader extends VcsDownloader
}
/**
* {@inhertiDoc}
* {@inheritDoc}
*/
protected function cleanChanges($path, $update)
{
@ -145,7 +145,7 @@ class GitDownloader extends VcsDownloader
}
/**
* {@inhertiDoc}
* {@inheritDoc}
*/
protected function reapplyChanges($path)
{

View File

@ -80,7 +80,7 @@ class SvnDownloader extends VcsDownloader
}
/**
* {@inhertiDoc}
* {@inheritDoc}
*/
protected function cleanChanges($path, $update)
{