emacs-php / php-mode

A powerful and flexible Emacs major mode for editing PHP scripts
GNU General Public License v3.0
580 stars 118 forks source link

Remove Phan-specific features from php-project.el #754

Closed zonuexe closed 11 months ago

zonuexe commented 11 months ago

This variable and function were merged in #436.

Phan was the only working PHP static analyzer back in 2018, but Phan is probably not called via this variable today.

Don't worry, PHPDoc will still support highlighting @phan- prefixed tags.