Skip to content

Commit 4f71bbc

Browse files
committed
Remove extra character
1 parent a350061 commit 4f71bbc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/HealthCheck/DoctrineConnectionHealthCheck.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public function __construct(
4040

4141
public function check(HealthReportInterface $report): HealthReportInterface
4242
{
43-
// Was the entityManager injected? When it is not the project does not use Doctrine ORM
4443
if (!is_null($this->connection)) {
4544
try {
4645
// Get the schema manager and grab the first table to later query on

0 commit comments

Comments
 (0)