Commit 8bf95aae authored by Marco Pivetta's avatar Marco Pivetta

Merge pull request #744 from acrobat/internal-doc-fix

Removed non-phpdoc @internal tags
parents 558cbf17 9a1a7d95
......@@ -804,8 +804,6 @@ class Connection implements DriverConnection
* @return \Doctrine\DBAL\Driver\Statement The executed statement.
*
* @throws \Doctrine\DBAL\DBALException
*
* @internal PERF: Directly prepares a driver statement, not a wrapper.
*/
public function executeQuery($query, array $params = array(), $types = array(), QueryCacheProfile $qcp = null)
{
......@@ -969,8 +967,6 @@ class Connection implements DriverConnection
* @return integer The number of affected rows.
*
* @throws \Doctrine\DBAL\DBALException
*
* @internal PERF: Directly prepares a driver statement, not a wrapper.
*/
public function executeUpdate($query, array $params = array(), array $types = array())
{
......
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