There was an error while loading. Please reload this page.
1 parent 7c01903 commit a157fd0Copy full SHA for a157fd0
DOCBLOCKS.md
@@ -33,7 +33,7 @@ You can choose to annotate the properties with only the data type.
33
/** @var integer */
34
protected $count = 0;
35
36
-/** @var array<string> */
+/** @var string[] */
37
private $array_of_strings = [];
38
```
39
0 commit comments