Skip to content

Commit 1d5e762

Browse files
committed
Fix params initialization at GitHelper::commit()
1 parent 957940a commit 1d5e762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helper/GitHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ public function syncWithRemote($remote, $branchName = null)
667667

668668
public function commit($message, array $options = [])
669669
{
670-
$params = '';
670+
$params = [];
671671

672672
foreach ($options as $option => $value) {
673673
if (is_int($option)) {

0 commit comments

Comments
 (0)