FrontYAML
FrontYAML copied to clipboard
YAML Front matter parser
Results
2
FrontYAML issues
Sort by
recently updated
recently updated
newest added
This PR adds type annotations esp. to the `Document` type so that in apps, tools have an easier time figuring out that `$document->getYAML() ?? []` is valid. At least in...
I've been refactoring and modernising an older code base recently and hit a wall using PHP 8.4 because of the current implementation of FrontYaml. Given that I love using it...