File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 4646- Bug #73 : Standardize PHPDoc headers across src directory files (@terabytesoftw )
4747- Bug #74 : Remove directory ` tests\Stub ` and move ` tests\Support\Provider ` to ` tests\Provider ` in tests (@terabytesoftw )
4848- Bug #75 : Standardize PHPDoc headers for test classes (@terabytesoftw )
49+ - Bug #76 : Move ` HasDisabled ` trait to ` UIAwesome\Html\Attribute ` namespace and update related imports accordingly (@terabytesoftw )
4950
5051## 0.5.2 January 29, 2026
5152
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace UIAwesome \Html \Attribute \ Form ;
5+ namespace UIAwesome \Html \Attribute ;
66
77use UIAwesome \Html \Attribute \Values \Attribute ;
88
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace UIAwesome \Html \Attribute \Tests \ Form ;
5+ namespace UIAwesome \Html \Attribute \Tests ;
66
77use PHPUnit \Framework \Attributes \{DataProviderExternal , Group };
88use PHPUnit \Framework \TestCase ;
9- use UIAwesome \Html \Attribute \Form \ HasDisabled ;
10- use UIAwesome \Html \Attribute \Tests \Provider \Form \ DisabledProvider ;
9+ use UIAwesome \Html \Attribute \HasDisabled ;
10+ use UIAwesome \Html \Attribute \Tests \Provider \DisabledProvider ;
1111use UIAwesome \Html \Attribute \Values \Attribute ;
1212use UIAwesome \Html \Helper \Attributes ;
1313use UIAwesome \Html \Mixin \HasAttributes ;
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace UIAwesome \Html \Attribute \Tests \Provider \ Form ;
5+ namespace UIAwesome \Html \Attribute \Tests \Provider ;
66
77/**
8- * Data provider for {@see \UIAwesome\Html\Attribute\Tests\Form\ HasDisabledTest} test cases.
8+ * Data provider for {@see \UIAwesome\Html\Attribute\Tests\HasDisabledTest} test cases.
99 *
1010 * Provides representative input/output pairs for the `disabled` attribute.
1111 *
You can’t perform that action at this time.
0 commit comments