Minor tweak
parent
1f0b01e70d
commit
d8840df4ac
|
@ -64,7 +64,7 @@ class Perforce
|
||||||
public function initialize($repoConfig)
|
public function initialize($repoConfig)
|
||||||
{
|
{
|
||||||
$this->uniquePerforceClientName = $this->generateUniquePerforceClientName();
|
$this->uniquePerforceClientName = $this->generateUniquePerforceClientName();
|
||||||
if (null === $repoConfig) {
|
if (!$repoConfig) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (isset($repoConfig['unique_perforce_client_name'])) {
|
if (isset($repoConfig['unique_perforce_client_name'])) {
|
||||||
|
|
Loading…
Reference in New Issue