Skip to content

Commit

Permalink
Merge pull request #285 from bearsunday/psalm-ja
Browse files Browse the repository at this point in the history
Update Psalm documentation links in Japanese manual
  • Loading branch information
koriym authored Sep 16, 2024
2 parents d0f6d94 + c83f771 commit b6f237d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manuals/1.0/ja/300.types.md
Original file line number Diff line number Diff line change
Expand Up @@ -708,9 +708,9 @@ PHPDocの型システムを深く理解して適切に使用することで、

PHPDoc型を最大限に活用するためには、PsalmやPHPStanといった静的解析ツールが必要です。詳細については、以下のリソースを参照してください:

- [Psalm - Typing in Psalm](https://psalm.dev/docs/annotating_code/typing_in_psalm/)
- [Atomic Types](https://psalm.dev/docs/annotating_code/type_syntax/atomic_types/)
- [Templating](https://psalm.dev/docs/annotating_code/templated_annotations/)
- [Assertions](https://psalm.dev/docs/annotating_code/adding_assertions/)
- [Security Analysis](https://psalm.dev/docs/security_analysis/)
- [Psalm - Typing in Psalm](https://koriym.github.io/psalm-ja/annotating_code/typing_in_psalm/)
- [Atomic Types](https://koriym.github.io/psalm-ja/annotating_code/type_syntax/atomic_types/)
- [Templating](https://koriym.github.io/psalm-ja/annotating_code/templated_annotations/)
- [Assertions](https://koriym.github.io/psalm-ja/annotating_code/adding_assertions/)
- [Security Analysis](https://koriym.github.io/psalm-ja/security_analysis/)
- [PHPStan - PHPDoc Types](https://phpstan.org/writing-php-code/phpdoc-types)

0 comments on commit b6f237d

Please sign in to comment.