Skip to content

Commit d906509

Browse files
committed
tweaked phpdocs
1 parent c1c1634 commit d906509

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Client.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ public function enableProfiler()
8686
}
8787

8888
/**
89+
* Disables kernel reboot between requests.
90+
*
8991
* By default, the Client reboots the Kernel for each request. This method
9092
* allows to keep the same kernel across requests.
9193
*/
@@ -95,10 +97,7 @@ public function disableReboot()
9597
}
9698

9799
/**
98-
* Enable the kernel reboot behaviour.
99-
*
100-
* If the kernel reboot was previously disabled, you can re-enable it with
101-
* this method.
100+
* Enables kernel reboot between requests.
102101
*/
103102
public function enableReboot()
104103
{

0 commit comments

Comments
 (0)