Skip to content

Commit a157fd0

Browse files
committed
Update DOCBLOCKS.md
1 parent 7c01903 commit a157fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DOCBLOCKS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can choose to annotate the properties with only the data type.
3333
/** @var integer */
3434
protected $count = 0;
3535

36-
/** @var array<string> */
36+
/** @var string[] */
3737
private $array_of_strings = [];
3838
```
3939

0 commit comments

Comments
 (0)