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 85ee090 commit ab783ebCopy full SHA for ab783eb
Tests/Fixtures/DriverWrapper.php
@@ -32,7 +32,7 @@ public function connect(array $params, $username = null, $password = null, array
32
return $this->driver->connect($params, $username, $password, $driverOptions);
33
}
34
35
- public function getDatabasePlatform(ServerVersionProvider $versionProvider = null): AbstractPlatform
+ public function getDatabasePlatform(?ServerVersionProvider $versionProvider = null): AbstractPlatform
36
{
37
return $this->driver->getDatabasePlatform($versionProvider);
38
0 commit comments