Skip to content

Commit

Permalink
Add PHAN link
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Apr 9, 2024
1 parent 0494549 commit 9c18174
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Writerside/topics/language.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
The language is defined by a syntax that is based on the grammar of popular
static code analysis tools: [PHPStan](https://phpstan.org/) and [Psalm](https://psalm.dev/).

- PHPStan: [https://phpstan.org/writing-php-code/phpdoc-types](https://phpstan.org/writing-php-code/phpdoc-types)
- Psalm: [https://psalm.dev/docs/annotating\_code/type\_syntax/atomic\_types/](https://psalm.dev/docs/annotating\_code/type\_syntax/atomic\_types/)
- phpDocumentor: [https://docs.phpdoc.org/guide/guides/types.html](https://docs.phpdoc.org/guide/guides/types.html)
- PHPStan: [https://phpstan.org/writing-php-code/phpdoc-types](https://phpstan.org)
- Psalm: [https://psalm.dev/docs/annotating_code/type_syntax/atomic_types/](https://psalm.dev)
- PHAN: [https://github.com/phan](https://github.com/phan/phan/wiki)
- phpDocumentor: [https://docs.phpdoc.org/guide/guides/types.html](https://docs.phpdoc.org)

> Below is a comparison list of all syntactic structures (grammar). The logical component
> (the physical existence of the type) is not taken into account.
Expand Down

0 comments on commit 9c18174

Please sign in to comment.