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.
2 parents a396bc1 + 27801fe commit e49dd91Copy full SHA for e49dd91
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