8000
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 755a50b commit cbc94c1Copy full SHA for cbc94c1
testing/profiling.rst
@@ -76,7 +76,7 @@ provided by the collectors obtained through the ``$client->getProfile()`` call::
76
$client = static::createClient();
77
78
// enable the profiler only for the next request (if you make
79
- // new requests, you must call to this method again)
+ // new requests, you must call this method again)
80
// (it does nothing if the profiler is not available)
81
$client->enableProfiler();
82
0 commit comments