mirror of
https://github.com/silverstripe/silverstripe-testsession
synced 2024-10-22 14:06:00 +02:00
MNT Fix linting issues (#76)
This commit is contained in:
parent
cefce74559
commit
8db444605a
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user