We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a396bc1 commit 27801feCopy full SHA for 27801fe
src/Driver/Mysqli/Connection.php
@@ -58,7 +58,7 @@ public function setDriver(DriverInterface $driver): DriverAwareInterface
58
59
/** @inheritDoc */
60
#[Override]
61
- public function getCurrentSchema(): string|bool
+ public function getCurrentSchema(): string|false
62
{
63
if (! $this->isConnected()) {
64
$this->connect();
src/Driver/Pdo/Connection.php
@@ -24,7 +24,7 @@ class Connection extends AbstractPdoConnection
24
* {@inheritDoc}
25
*/
26
27
28
29
30
0 commit comments