29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-26 07:13:21 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
Christian Heel
b421b33e95
[5.1] phan: fixes plugins (#43073) 2024-03-27 20:51:45 +01:00
Brian Teeman
c4b3a4c398
[5.0] links in docblocks (#41174)
When adding a link to a docblock it should use `@link` according to the specifications and not `@see` which is for internal use.

Reference
https://manual.phpdoc.org/HTMLSmartyConverter/PHP/phpDocumentor/tutorial_tags.link.pkg.html
https://manual.phpdoc.org/HTMLSmartyConverter/PHP/phpDocumentor/tutorial_tags.see.pkg.html
2023-07-17 09:55:00 +02:00
Hannes Papenberg
b4b0f928cf
[4.3] Adding phan static code analyser (#39002)
* Adding phan static code analyser

* Adding phan configuration files

* Codestyle

* Adding php-ast extension

* Trying different way to install php-ast

* Using our own php7.4-ast docker image

* Removing unnecessary line
2022-10-21 12:19:30 +02:00