8000 Fix param type annotation · symfony/symfony@b0ec0c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit b0ec0c7

Browse files
committed
Fix param type annotation
1 parent 037f844 commit b0ec0c7

File tree

1 file changed

+2
-2
lines changed
  • src/Symfony/Bridge/Doctrine/Middleware/Debug

1 file changed

+2
-2
lines changed

src/Symfony/Bridge/Doctrine/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)
0