Fix typo
parent
c492476e88
commit
84ba1cc098
|
@ -79,7 +79,7 @@ class GitDownloader extends VcsDownloader
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inhertiDoc}
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
protected function cleanChanges($path, $update)
|
protected function cleanChanges($path, $update)
|
||||||
{
|
{
|
||||||
|
@ -145,7 +145,7 @@ class GitDownloader extends VcsDownloader
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inhertiDoc}
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
protected function reapplyChanges($path)
|
protected function reapplyChanges($path)
|
||||||
{
|
{
|
||||||
|
|
|
@ -80,7 +80,7 @@ class SvnDownloader extends VcsDownloader
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inhertiDoc}
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
protected function cleanChanges($path, $update)
|
protected function cleanChanges($path, $update)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue