We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b4f4f commit 84afa72Copy full SHA for 84afa72
profiler.rst
@@ -394,8 +394,8 @@ data serialization (during :ref:`kernel.terminate <component-http-kernel-kernel-
394
return $this->decoratedService->action();
395
}
396
397
- // do the tracing job to gather/load/compute some data to be collected by your data collector.
398
- return [/*heavy data*];
+ // do the tracing job to gather/load/compute some data to be collected by your data collector...
+ return [/* heavy data */];
399
400
401
0 commit comments