Skip to content

Commit

Permalink
Update ParameterTypeInferer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sandvige authored Apr 26, 2017
1 parent 68ff083 commit a72bdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/Query/ParameterTypeInferer.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ public static function inferType($value)
return '[' . static::inferType(current($value)) . ']';
}

return \PDO::PARAM_STR;
return Type::STRING;
}
}

0 comments on commit a72bdc6

Please sign in to comment.