Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c983a75

Browse files
author
Alessandro Podo
committed
chore: checkupdate
1 parent 34fa898 commit c983a75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Service/Changelog/Parser/GitCommitMessageParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function parse(string $commitMessage, string $hash): ChangelogItem
5454
foreach ($matchesBody as $match) {
5555
$body = str_replace($match[0], '', $body);
5656

57-
$value = ltrim((string) $match['value'], ':');
57+
$value = ltrim($match['value'], ':');
5858
$footers[$match['token']] = $value;
5959
}
6060
}

0 commit comments

Comments
 (0)