Commit e00c7b47 authored by jeroendedauw's avatar jeroendedauw

Add @return type hint

parent ec6da750
......@@ -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