Commit 5c7dac2
committed
minor symfony#59108 [AssetMapper] Fix missing return type (alexandre-daubois)
This PR was merged into the 7.3 branch.
Discussion
----------
[AssetMapper] Fix missing return type
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
A return type is missing: https://github.com/symfony/symfony/actions/runs/12199796735/job/34034462666. ``@return` resource` is added to match other implementations of `SupportedCompressorInterface`.
Commits
-------
99737f9 [AssetMapper] Fix missing return typeFile tree
1 file changed
+3
-0
lines changed- src/Symfony/Component/AssetMapper/Compressor
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
0 commit comments