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 c1c1634 commit d906509Copy full SHA for d906509
Client.php
@@ -86,6 +86,8 @@ public function enableProfiler()
86
}
87
88
/**
89
+ * Disables kernel reboot between requests.
90
+ *
91
* By default, the Client reboots the Kernel for each request. This method
92
* allows to keep the same kernel across requests.
93
*/
@@ -95,10 +97,7 @@ public function disableReboot()
95
97
96
98
99
- * Enable the kernel reboot behaviour.
- *
100
- * If the kernel reboot was previously disabled, you can re-enable it with
101
- * this method.
+ * Enables kernel reboot between requests.
102
103
public function enableReboot()
104
{
0 commit comments