File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 66use Http \Client \HttpClient ;
77
88/**
9+ * Factory to create PluginClient instances. Using this factory instead of calling PluginClient constructor will enable
10+ * the Symfony profiling without any configuration.
11+ *
912 * @author Fabien Bourigault <[email protected] > 1013 */
1114final class PluginClientFactory
@@ -19,6 +22,8 @@ final class PluginClientFactory
1922 * Set the factory to use.
2023 * The callable to provide must have the same arguments and return type as PluginClientFactory::createClient.
2124 * This is used by the HTTPlugBundle to provide a better Symfony integration.
25+ * Unlike the createClient method, this one is static to allow zero configuration profiling by hooking into early
26+ * application execution.
2227 *
2328 * @internal
2429 *
You can’t perform that action at this time.
0 commit comments