diff --git a/src/Schema.php b/src/Schema.php index 3012bf96..eb1286f9 100644 --- a/src/Schema.php +++ b/src/Schema.php @@ -25,10 +25,10 @@ use function explode; use function md5; use function preg_match; +use function preg_replace; use function serialize; use function strncasecmp; use function strtolower; -use function trim; /** * Implements the SQLite Server specific schema, supporting SQLite 3.3.0 or higher.