Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw authored and StyleCIBot committed Sep 2, 2020
1 parent 8779b52 commit 99c844d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ protected function invokeMethod(object $object, string $method, array $args = []
protected function getConnection($reset = false): Connection
{
if ($reset === false && isset($this->connection)) {

return $this->connection;
}

Expand Down

0 comments on commit 99c844d

Please sign in to comment.