Commit 374dbb6e authored by Jeroen Thora's avatar Jeroen Thora Committed by Steve Müller

Removed non-phpdoc @internal tags

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