Skip to content

Commit

Permalink
Fix styleci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Jul 20, 2023
1 parent b380551 commit 13da011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 13da011

Please sign in to comment.