We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef6ce3 commit 0ac7c8eCopy full SHA for 0ac7c8e
src/CommitFormatter.php
@@ -8,7 +8,7 @@ class CommitFormatter {
8
private array $commitsList = [];
9
private array $commitsGroupedByAuthor = [];
10
11
- private array $nameReplacements;
+ private array $nameReplacements = [];
12
13
public function __construct(array $inputCommits, array $nameReplacements = []) {
14
$this->process($inputCommits);
0 commit comments