Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 18e7768

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Middleware/Debug/Query.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.