Skip to content

Commit

Permalink
Make DSV class abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
terremoth committed Nov 22, 2024
1 parent 65be0ab commit dd6ba96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion src/DSV/DSV.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace DSV;

class DSV
abstract class DSV
{
/**
* @var non-empty-string
Expand Down
22 changes: 0 additions & 22 deletions tests/DSV/DSVTest.php

This file was deleted.

0 comments on commit dd6ba96

Please sign in to comment.