Skip to content

Commit 0e04cf3

Browse files
committed
update Connection::getCurrentSchema() to reflect changes in SchemaAwareInterface
Signed-off-by: Joey Smith <jsmith@webinertia.net> Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent 2f8ec51 commit 0e04cf3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Driver/Pdo/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Connection extends AbstractPdoConnection
2727
* {@inheritDoc}
2828
*/
2929
#[Override]
30-
public function getCurrentSchema(): string|bool
30+
public function getCurrentSchema(): string|false
3131
{
3232
if (! $this->isConnected()) {
3333
$this->connect();

0 commit comments

Comments
 (0)