Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
8bf95aae
Commit
8bf95aae
authored
Dec 16, 2014
by
Marco Pivetta
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #744 from acrobat/internal-doc-fix
Removed non-phpdoc @internal tags
parents
558cbf17
9a1a7d95
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
Connection.php
lib/Doctrine/DBAL/Connection.php
+0
-4
No files found.
lib/Doctrine/DBAL/Connection.php
View file @
8bf95aae
...
@@ -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
())
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment