Skip to content

ChangelogParserInterface

github-actions edited this page Apr 20, 2026 · 1 revision

Parses managed changelog markdown into domain objects.


  • Full name: \FastForward\DevTools\Changelog\Parser\ChangelogParserInterface

Methods

parse

Parses markdown contents into a changelog document.

public parse(string $contents): \FastForward\DevTools\Changelog\Document\ChangelogDocument

Parameters:

Parameter Type Description
$contents string

Clone this wiki locally