Skip to content

Commit 674b596

Browse files
committed
Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent 0e01fa0 commit 674b596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapter/Driver/DriverInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interface DriverInterface
1515
* @param string $nameFormat
1616
* @return string
1717
*/
18-
public function getDatabasePlatformName($nameFormat = DriverInterface::NAME_FORMAT_CAMELCASE): string;
18+
public function getDatabasePlatformName(string $nameFormat = DriverInterface::NAME_FORMAT_CAMELCASE): string;
1919

2020
/**
2121
* Check environment

0 commit comments

Comments
 (0)