Skip to content

Commit 81ecf30

Browse files
VincentLangletNyholm
authored andcommitted
Improve ExtractorInterface phpdoc
1 parent f3bc853 commit 81ecf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FormView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class FormView implements \ArrayAccess, \IteratorAggregate, \Countable
3434
/**
3535
* The child views.
3636
*
37-
* @var FormView[]
37+
* @var array<string, FormView>
3838
*/
3939
public $children = [];
4040

0 commit comments

Comments
 (0)