From 38d45af358e56cbd6382bfedd3c8255a91146fa2 Mon Sep 17 00:00:00 2001 From: Sergei Morozov Date: Thu, 25 Jun 2020 16:03:31 -0700 Subject: [PATCH] Mark OCI8Statement::getExecuteMode() internal --- lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php b/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php index b636b362cf2..2ee1e365fc3 100644 --- a/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php +++ b/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php @@ -176,6 +176,8 @@ public function lastInsertId($name = null) /** * Returns the current execution mode. * + * @internal + * * @return int */ public function getExecuteMode()