Skip to content

Commit

Permalink
Remove extra param
Browse files Browse the repository at this point in the history
  • Loading branch information
abnegate committed Aug 21, 2024
1 parent faad4ce commit c18eb16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/e2e/Adapter/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ abstract class Base extends TestCase
protected static string $namespace;

/**
* @param bool $fresh
* @return Database
*/
abstract protected static function getDatabase(bool $fresh = false): Database;
abstract protected static function getDatabase(): Database;

/**
* @return string
Expand Down

0 comments on commit c18eb16

Please sign in to comment.