forked fromsymfony/symfony-docs
- Notifications
You must be signed in to change notification settings - Fork0
Commit4ef746a
committed
bugsymfony#3614 [Internals] Fix Profiler:find() arguments (bicpi)
This PR was merged into the 2.3 branch.Discussion----------[Internals] Fix Profiler:find() arguments| Q | A| ------------- | ---| Doc fix? | yes| New docs? | no| Applies to | all| Fixed tickets | -`Symfony\Component\HttpKernel\Profiler\Profiler::find()` signature does not allow for optional `$start` and `$end` arguments, only the Profiler storage classes do. I've added an additional example to clarify the last two arguments.Commits-------d631ce3 [Internals] Fix Profiler:find() arguments1 file changed
+6
-3
lines changedLines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
518 | 518 |
| |
519 | 519 |
| |
520 | 520 |
| |
521 |
| - | |
| 521 | + | |
522 | 522 |
| |
523 | 523 |
| |
524 |
| - | |
| 524 | + | |
525 | 525 |
| |
526 | 526 |
| |
527 |
| - | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
528 | 531 |
| |
529 | 532 |
| |
530 | 533 |
| |
|
0 commit comments
Comments
(0)