Skip to content

Commit 397d293

Browse files
GrahamCampbellStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent f12eb89 commit 397d293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Repositories.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ public function compare($project_id, string $fromShaOrMaster, string $toShaOrMas
418418
'to' => self::encodePath($toShaOrMaster),
419419
'straight' => self::encodePath($straight ? 'true' : 'false'),
420420
];
421-
421+
422422
if (null !== $fromProjectId) {
423423
$params['from_project_id'] = self::encodePath($fromProjectId);
424424
}

0 commit comments

Comments
 (0)