Commit a14f15a
committed
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 deprecations2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments