Skip to content

Commit

Permalink
Remove @internal from db resetter interfaces (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeMC authored Nov 5, 2024
1 parent 870cb42 commit 3282f24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Persistence/ResetDatabase/BeforeEachTestResetter.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use Symfony\Component\HttpKernel\KernelInterface;

/**
* @internal
* @author Nicolas PHILIPPE <[email protected]>
*/
interface BeforeEachTestResetter
Expand Down
1 change: 0 additions & 1 deletion src/Persistence/ResetDatabase/BeforeFirstTestResetter.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use Symfony\Component\HttpKernel\KernelInterface;

/**
* @internal
* @author Nicolas PHILIPPE <[email protected]>
*/
interface BeforeFirstTestResetter
Expand Down

0 comments on commit 3282f24

Please sign in to comment.