Fixed AbstractQuery::getParameter() documented return type
This commit is contained in:
parent
89ab4b3f48
commit
8d7ba1aebb
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ abstract class AbstractQuery
|
||||||
*
|
*
|
||||||
* @param mixed $key The key (index or name) of the bound parameter.
|
* @param mixed $key The key (index or name) of the bound parameter.
|
||||||
*
|
*
|
||||||
* @return mixed The value of the bound parameter.
|
* @return Query\Parameter|null The value of the bound parameter, or NULL if not available.
|
||||||
*/
|
*/
|
||||||
public function getParameter($key)
|
public function getParameter($key)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue