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 0e01fa0 commit 674b596Copy full SHA for 674b596
src/Adapter/Driver/DriverInterface.php
@@ -15,7 +15,7 @@ interface DriverInterface
15
* @param string $nameFormat
16
* @return string
17
*/
18
- public function getDatabasePlatformName($nameFormat = DriverInterface::NAME_FORMAT_CAMELCASE): string;
+ public function getDatabasePlatformName(string $nameFormat = DriverInterface::NAME_FORMAT_CAMELCASE): string;
19
20
/**
21
* Check environment
0 commit comments