Problem with the Result\err/ok
functions and phpactor
#53
Unanswered
LucaSchwan
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi! I'm glad this package is helping you :) Unfortunately I have never used What kind of errors are you getting from also, they have a slack channel it may be worth pinging them there or on GitHub to see if they have an idea of what's going on |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
thanks for the awesome package. Really makes coming from Rust keep my sanity. Program wise everything is working as expected, and
phpstan
also gets everything the way it needs. I'm just getting errors fromphpactor
which I use as the LSP in my setup, that theResult\err/ok
functions are not found. I've importedResult
the same way you do in the example (use TH\Maybe\Result;
). As nothing is broken I didn't think this warranted an issue. Is there some setting I have to do to get this to go away? I'm new to the php world.Beta Was this translation helpful? Give feedback.
All reactions