Commit b86688ba authored by Marco Pivetta's avatar Marco Pivetta

Merge pull request #721 from JeroenDeDauw/thint

Add @return type hint
parents ec6da750 e00c7b47
......@@ -198,7 +198,7 @@ class QueryBuilder
* Uses {@see Connection::executeQuery} for select statements and {@see Connection::executeUpdate}
* for insert, update and delete statements.
*
* @return mixed
* @return \Doctrine\DBAL\Driver\Statement|int
*/
public function execute()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment