diff --git a/Writerside/topics/language.md b/Writerside/topics/language.md index fcc9f22..9285350 100644 --- a/Writerside/topics/language.md +++ b/Writerside/topics/language.md @@ -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.