Skip to content

Commit

Permalink
tweaked phpdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 23, 2015
1 parent 7e94662 commit 707f3d3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Symfony/Bundle/FrameworkBundle/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ public function enableProfiler()
}

/**
* Disables kernel reboot between requests.
*
* By default, the Client reboots the Kernel for each request. This method
* allows to keep the same kernel across requests.
*/
Expand All @@ -95,10 +97,7 @@ public function disableReboot()
}

/**
* Enable the kernel reboot behaviour.
*
* If the kernel reboot was previously disabled, you can re-enable it with
* this method.
* Enables kernel reboot between requests.
*/
public function enableReboot()
{
Expand Down

0 comments on commit 707f3d3

Please sign in to comment.