Skip to content

Commit

Permalink
Move interface ContentInterface::class and LabelInterface::class
Browse files Browse the repository at this point in the history
…to `php-forge/html-interop`. (#339)
  • Loading branch information
terabytesoftw committed Feb 28, 2024
1 parent 233bbab commit 9be0b0e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 92 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## 0.3.0 Under development

- Enh #338: Move `Helper` classes to `php-forge/html-helper` package (@terabytesoftw)
- Enh #339: Move interface `ContentInterface::class` and `LabelInterface::class` to `php-forge/html-interop` package
(@terabytesoftw)

## 0.2.0 February 27, 2024

Expand Down
2 changes: 1 addition & 1 deletion src/FormControl/Input/Base/AbstractChoiceList.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
Html\Attribute\Input\CanBeChecked,
Html\Attribute\Input\CanBeRequired,
Html\Attribute\Input\HasName,
Html\FormControl\Input\Contract\LabelInterface,
Html\Helper\Utils,
Html\Interop\AriaDescribedByInterface,
Html\Interop\CheckedInterface,
Html\Interop\InputInterface,
Html\Interop\LabelInterface,
Html\Interop\RenderInterface,
Html\Interop\RequiredInterface,
Html\Tag,
Expand Down
4 changes: 2 additions & 2 deletions src/FormControl/Input/Base/AbstractInputChoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
Html\Attribute\Input\HasForm,
Html\Attribute\Input\HasName,
Html\Attribute\Input\HasValue,
Html\FormControl\Input\Contract\LabelInterface,
Html\FormControl\Label,
Html\Interop\AriaDescribedByInterface,
Html\Interop\CheckedInterface,
Html\Interop\InputInterface,
Html\Interop\RequiredInterface,
Html\Interop\LabelInterface,
Html\Interop\RenderInterface,
Html\Interop\RequiredInterface,
Html\Tag,
Widget\Element
};
Expand Down
22 changes: 0 additions & 22 deletions src/FormControl/Input/Contract/ContentInterface.php

This file was deleted.

66 changes: 0 additions & 66 deletions src/FormControl/Input/Contract/LabelInterface.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/FormControl/TextArea.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Attribute\Tag\HasRows,
Attribute\Tag\HasWrap,
Base\AbstractElement,
FormControl\Input\Contract\ContentInterface,
Interop\ContentInterface,
Interop\InputInterface,
Interop\LengthInterface,
Interop\PlaceholderInterface,
Expand Down

0 comments on commit 9be0b0e

Please sign in to comment.