1
0
Fork 0

Minor tweak

pull/5202/merge
Jordi Boggiano 2016-04-11 15:13:51 +01:00
parent 1f0b01e70d
commit d8840df4ac
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class Perforce
public function initialize($repoConfig)
{
$this->uniquePerforceClientName = $this->generateUniquePerforceClientName();
if (null === $repoConfig) {
if (!$repoConfig) {
return;
}
if (isset($repoConfig['unique_perforce_client_name'])) {