Skip to content

Commit a9a2257

Browse files
committed
Removed type hint from logQueryTime param
1 parent d31bb17 commit a9a2257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/DB/Logger/LoggerProxy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function __construct(
5656
Quiet $quiet,
5757
$loggerAlias,
5858
$logAllQueries = true,
59-
float $logQueryTime = 0.001,
59+
$logQueryTime = 0.001,
6060
$logCallStack = true
6161
) {
6262
switch ($loggerAlias) {

0 commit comments

Comments
 (0)