1
0
Fork 0

Fixed a coding style issue

Missing a space between if and (
pull/2268/head
schmkr 2013-09-16 22:13:37 +02:00
parent 652715f4c2
commit c4d7347ec5
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ class SvnDriver extends VcsDriver
if (null === $this->branches) {
$this->branches = array();
if(false === $this->trunkPath) {
if (false === $this->trunkPath) {
$trunkParent = $this->baseUrl . '/';
} else {
$trunkParent = $this->baseUrl . '/' . $this->trunkPath;