Skip to content

Commit 24f57a5

Browse files
committed
deprecated some magic properties (BC break)
1 parent ef8022a commit 24f57a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ComponentModel/Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Manages a collection of child components.
1818
*
19-
* @property-read IComponent[] $components
19+
* @property-deprecated T[] $components
2020
*/
2121
class Container extends Component implements IContainer
2222
{

0 commit comments

Comments
 (0)