Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach authored and github-actions[bot] committed Sep 23, 2024
1 parent 9fc1893 commit 22553ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/Databases/MySql.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ public function dontUseQuick(): self
return $this;
}



public function setDefaultCharacterSet(string $characterSet): self
{
$this->defaultCharacterSet = $characterSet;
Expand Down
1 change: 0 additions & 1 deletion tests/SqliteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
use function PHPUnit\Framework\assertNotEquals;

use Spatie\DbDumper\Compressors\Bzip2Compressor;

use Spatie\DbDumper\Compressors\GzipCompressor;
use Spatie\DbDumper\Databases\Sqlite;

Expand Down

0 comments on commit 22553ab

Please sign in to comment.