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

@ -545,10 +545,11 @@ class TestSessionEnvironment
/** /**
* Ensure that there is a connection to the database * Ensure that there is a connection to the database
* *
* @param mixed $state * @param mixed $state
*/ */
public function connectToDatabase($state = null) { public function connectToDatabase($state = null)
{
if ($state == null) { if ($state == null) {
$state = $this->getState(); $state = $this->getState();
} }