-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interface for Model Workflow #73
Comments
Weird, as passing in a class that extends from |
Ok, I'm able to reproduce this and understand what the issue is. Unfortunately, it looks like this is not something I can fix before this PR gets merged into PHPStan phpstan/phpstan-src#1835. So for now, you'll have to add that error to your baseline. |
No probleme dude 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
When custom model it's defined the entire package continue to reference in php doc to the "base" workflow model in phpdocblock use Workflow class
like here
venture/src/WorkflowDefinition.php
Line 164 in c0912c8
this create an error with phpstan beacause doesn't accept the new defined model ( that extend Workflow as described in readme )
Maybe an interface it's a solution?
The text was updated successfully, but these errors were encountered: