Skip to content

Commit 4295313

Browse files
committed
Fix param type annotation
1 parent 32cddf4 commit 4295313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Middleware/Debug/Query.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public function stop(): void
4646
}
4747

4848
/**
49-
* @param string|int $param
50-
* @param string|int|float|bool|null $variable
49+
* @param string|int $param
50+
* @param mixed $variable
5151
*/
5252
public function setParam($param, &$variable, int $type): void
5353
{

0 commit comments

Comments
 (0)