You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More and more PHP libraries bring their own Psalm plugins with them (like https://github.com/CuyZ/Valinor for example). The plugin either comes as a separate composer package to be composer required by the application, or is directly integrated into the main library package.
Sadly, declaring other plugins than the ones shipped with the container is currently not possible, as namespaces in the psalm.xml of the repository we want to analyse will not refer to our repository, but to the internal namespaces of the container.
The text was updated successfully, but these errors were encountered:
janopae
changed the title
Allow loading Psalm plugins from the applicationn source code
Allow loading Psalm plugins from the application source code
Sep 5, 2023
More and more PHP libraries bring their own Psalm plugins with them (like https://github.com/CuyZ/Valinor for example). The plugin either comes as a separate composer package to be
composer require
d by the application, or is directly integrated into the main library package.Sadly, declaring other plugins than the ones shipped with the container is currently not possible, as namespaces in the
psalm.xml
of the repository we want to analyse will not refer to our repository, but to the internal namespaces of the container.The text was updated successfully, but these errors were encountered: