8000 bug #50269 Fix param type annotation (l-vo) · symfony/symfony@22edd15 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 22edd15

Browse files
committed
bug #50269 Fix param type annotation (l-vo)
This PR was merged into the 5.4 branch. Discussion ---------- Fix param type annotation | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | See #50268 Commits ------- b0ec0c7 Fix param type annotation
2 parents 037f844 + b0ec0c7 commit 22edd15

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