Skip to content

Commit

Permalink
Fix broken PHPDoc Types link on "Array Types" doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
elazar committed Sep 26, 2024
1 parent 7b0e2a7 commit 5aa36a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/annotating_code/type_syntax/array_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You can also specify that an array is non-empty with the special type `non-empty

### PHPDoc syntax

PHPDoc [allows you to specify](https://docs.phpdoc.org/latest/guide/references/phpdoc/types.html#arrays) the type of values a generic array holds with the annotation:
PHPDoc [allows you to specify](https://docs.phpdoc.org/guide/guides/types.html#arrays) the type of values a generic array holds with the annotation:

```php
/** @return ValueType[] */
Expand Down

0 comments on commit 5aa36a2

Please sign in to comment.