Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #185 Fix PHP 8.4 deprecations (javiereguiluz)
This PR was merged into the main branch. Discussion ---------- Fix PHP 8.4 deprecations It fixes this: ``` SymfonyDocsBuilder\SymfonyHTMLFormat::__construct(): Implicitly marking parameter $symfonyVersion as nullable is deprecated, the explicit nullable type must be used instead SymfonyDocsBuilder\Renderers\SpanNodeRenderer::__construct(): Implicitly marking parameter $symfonyVersion as nullable is deprecated, the explicit nullable type must be used instead ``` Commits ------- d05cf42 Fix PHP 8.4 deprecations
- Loading branch information