Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Commit907ade9
committed
bug#50139 Check if trace.curlCommand is defined in profiler (Toflar)
This PR was merged into the 6.2 branch.Discussion----------Check if trace.curlCommand is defined in profiler| Q | A| ------------- | ---| Branch? | 6.2| Bug fix? | yes| New feature? | no| Deprecations? |no| Tickets || License | MIT| Doc PR |We'll get a `Key "curlCommand" for array with keys "method, url, options, content, http_code, info" does not exist.` `RuntimeError` otherwise, if this key does not exist :)Commits-------39b7572 Check if trace.curlCommand is defined in profilerFile tree
1 file changed
+2
-2
lines changed- src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments
Comments
(0)