From 8db444605a284e1c1a70447dfdbeadb1071b62aa Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Mon, 18 Jul 2022 13:18:35 +1200 Subject: [PATCH] MNT Fix linting issues (#76) --- src/TestSessionEnvironment.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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(); }