MNT Fix linting issues

This commit is contained in:
Guy Sartorelli 2022-07-18 12:13:36 +12:00
parent cefce74559
commit 3c31a356b5
1 changed files with 3 additions and 2 deletions

View File

@ -548,7 +548,8 @@ class TestSessionEnvironment
*
* @param mixed $state
*/
public function connectToDatabase($state = null) {
public function connectToDatabase($state = null)
{
if ($state == null) {
$state = $this->getState();
}