Skip to content

Commit

Permalink
Remove Contract\ValueInterface from AbstractChoiceList and AbstractIn…
Browse files Browse the repository at this point in the history
…putChoice. (#227)
  • Loading branch information
terabytesoftw committed Jan 11, 2024
1 parent a32cbbb commit 81c2a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/Input/Base/AbstractChoiceList.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ abstract class AbstractChoiceList extends Element implements
Contract\CheckedValueInterface,
Contract\InputInterface,
Contract\LabelInterface,
Contract\RequiredInterface,
Contract\ValueInterface
Contract\RequiredInterface
{
use Attribute\Aria\HasAriaDescribedBy;
use Attribute\Aria\HasAriaLabel;
Expand Down
3 changes: 1 addition & 2 deletions src/Input/Base/AbstractInputChoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ abstract class AbstractInputChoice extends Element implements
Contract\CheckedValueInterface,
Contract\InputInterface,
Contract\LabelInterface,
Contract\RequiredInterface,
Contract\ValueInterface
Contract\RequiredInterface
{
use Attribute\Aria\HasAriaDescribedBy;
use Attribute\Aria\HasAriaLabel;
Expand Down

0 comments on commit 81c2a64

Please sign in to comment.