Skip to content

Commit aa93d75

Browse files
committed
Ignore issues about calling internal class from the Doctrine bridge
1 parent 6afc428 commit aa93d75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Middleware/DebugMiddleware.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public function setConnectionName(string $name): void
2727

2828
public function wrap(DriverInterface $driver): DriverInterface
2929
{
30+
/** @psalm-suppress InternalClass,InternalMethod */
3031
return new Driver($driver, $this->debugDataHolder, $this->stopwatch, $this->connectionName);
3132
}
3233
}

0 commit comments

Comments
 (0)