Commit 8cf7ed17 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Suppression caractères intrus

parent 67413bf8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);