From 8cf7ed1784ba79115618d3ddeca2d3f3d4158742 Mon Sep 17 00:00:00 2001 From: Bertrand Gauthier <bertrand.gauthier@unicaen.fr> Date: Mon, 1 Jul 2019 16:22:26 +0200 Subject: [PATCH] =?UTF-8?q?Suppression=20caract=C3=A8res=20intrus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UnicaenOracle/Service/SchemaService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UnicaenOracle/Service/SchemaService.php b/src/UnicaenOracle/Service/SchemaService.php index 463fabf..5ea42be 100644 --- a/src/UnicaenOracle/Service/SchemaService.php +++ b/src/UnicaenOracle/Service/SchemaService.php @@ -300,7 +300,7 @@ EOS; * @param bool $refConstraintsIncluded * @return string */ - function ~~generateSQLForSchemaCreation(Connection $connection, $refConstraintsIncluded = true) + function generateSQLForSchemaCreation(Connection $connection, $refConstraintsIncluded = true) { $schemaName = $this->extractSchemaNameFromConnection($connection); -- GitLab