diff --git a/src/TestSessionEnvironment.php b/src/TestSessionEnvironment.php index fe42208..0f7bcb5 100644 --- a/src/TestSessionEnvironment.php +++ b/src/TestSessionEnvironment.php @@ -545,10 +545,11 @@ class TestSessionEnvironment /** * Ensure that there is a connection to the database - * + * * @param mixed $state */ - public function connectToDatabase($state = null) { + public function connectToDatabase($state = null) + { if ($state == null) { $state = $this->getState(); }