1
0
Fork 0

Merge pull request #3383 from mpoiriert/patch-1

change preProcess from private to public
pull/3484/head
Nils Adermann 2014-12-01 20:19:35 +01:00
commit 91dd999eb6
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ class VcsRepository extends ArrayRepository
}
}
private function preProcess(VcsDriverInterface $driver, array $data, $identifier)
protected function preProcess(VcsDriverInterface $driver, array $data, $identifier)
{
// keep the name of the main identifier for all packages
$data['name'] = $this->packageName ?: $data['name'];