8000 [DoctrineBridge] Fix comment for type on Query::setValue (middlewares) · symfony/symfony@18e7768 · GitHub
[go: up one dir, main page]

Skip to content

Commit 18e7768

Browse files
authored
[DoctrineBridge] Fix comment for type on Query::setValue (middlewares)
1 parent b893a71 commit 18e7768

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Doctrine/Middleware/Debug/Query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function setParam($param, &$variable, int $type): void
6060

6161
/**
6262
* @param string|int $param
63-
* @param string|int|float|bool|null $value
63+
* @param mixed $value
6464
*/
6565
public function setValue($param, $value, int $type): void
6666
{

0 commit comments

Comments
 (0)
0