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