Skip to content

Commit

Permalink
Fix spacing for param annotation type for "createNamedParameter" and …
Browse files Browse the repository at this point in the history
…"createNamedParameter" to the class "QueryBuilder"

doctrineGH-9878
  • Loading branch information
Digi92 committed Jul 12, 2022
1 parent 182cdf7 commit 55614ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Doctrine/ORM/QueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ public function __toString()
* @link http://www.zetacomponents.org
*
* @param mixed $value
* @param int|string|null $type ParameterType::* or \Doctrine\DBAL\Types\Type::* constant
* @param int|string|null $type ParameterType::* or \Doctrine\DBAL\Types\Type::* constant
* @param string $placeHolder The name to bind with. The string must start with a colon ':'.
*
* @return string the placeholder name used.
Expand Down Expand Up @@ -1584,7 +1584,7 @@ public function createNamedParameter($value, $type = ParameterType::STRING, $pla
* </code>
*
* @param mixed $value
* @param int|string|null $type ParameterType::* or \Doctrine\DBAL\Types\Type::* constant
* @param int|string|null $type ParameterType::* or \Doctrine\DBAL\Types\Type::* constant
*
* @return string
*/
Expand Down

0 comments on commit 55614ef

Please sign in to comment.