File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,13 +107,6 @@ public function close(): void;
107107 */
108108 public function getCacheKey (): array ;
109109
110- /**
111- * Returns current DB driver.
112- *
113- * @return PDODriverInterface - DB driver used to create current connection
114- */
115- public function getDriver (): PDODriverInterface ;
116-
117110 /**
118111 * Returns the ID of the last inserted row or sequence value.
119112 *
Original file line number Diff line number Diff line change @@ -33,6 +33,13 @@ public function getPDO(): ?PDO;
3333 */
3434 public function getActivePDO (string $ sql = '' , ?bool $ forRead = null ): ?PDO ;
3535
36+ /**
37+ * Returns current DB driver.
38+ *
39+ * @return PDODriverInterface - DB driver used to create current connection
40+ */
41+ public function getDriver (): PDODriverInterface ;
42+
3643 /**
3744 * Return emulate prepare value.
3845 */
You can’t perform that action at this time.
0 commit comments