MNT Fix linting issues (#76)

This commit is contained in:
Guy Sartorelli 2022-07-18 13:18:35 +12:00 committed by GitHub
parent cefce74559
commit 8db444605a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();
} }