Commit 771d722
committed
bug symfony#52112 [HttpKernel] Fix missing argument
This PR was merged into the 6.4 branch.
Discussion
----------
[HttpKernel] Fix missing argument `$statusCode` in `ProfilerStorageInterface::find()`
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | ~
| License | MIT
It seems the argument has never been added to the internal interface since its introduction in `FileProfilerStorage::find()` in 3.1 (ref symfony@7d3700a#diff-da2e8209f32b7918b8869eaa8d63c28e63b6e6a9b68f43eb26745d038100418f).
Commits
-------
4ad8457 [HttpKernel] Fix missing argument `$statusCode` in `ProfilerStorageInterface::find()`$statusCode in ProfilerStorageInterface::find() (HeahDude)File tree
1 file changed
+6
-5
lines changed- src/Symfony/Component/HttpKernel/Profiler
1 file changed
+6
-5
lines changedLines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | | - | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments