Any ideas on why ext-ds stub might not be loaded? #8368
-
Psalm is complaining about Ds\Set having too many template arguments (one), which leads me to believe ext-ds stub is not loaded. Any ideas on what could cause this? |
Beta Was this translation helpful? Give feedback.
Answered by
AndrolGenhald
Aug 3, 2022
Replies: 1 comment 1 reply
-
If you're using Psalm 5 then you need to require |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rzvc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're using Psalm 5 then you need to require
"ext-ds"
in composer.json or add it with the<enableExtensions>
config. I've been wanting to finish up some of the extension changes I had planned and better document it, but time has been hard to find lately.