-
Notifications
You must be signed in to change notification settings - Fork 2
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
Extend the ProcessInterface #8
Comments
The process interface should have also some methods from Symfony Process. |
What about an |
Interface is the contract |
👍 |
is quite controversial here, we have a lot of behavior of |
Good question, I still don't know : |
Currently the
ProcessInterface
is incomplete because if a final developer creates something implementing theProcessInterface
without extending aSymfony\Component\Process\Process
than Spawn will give him/her different errors (for example here).The
Symfony\Component\Process\Process
doesn't implement an interface so something custom for Spawn should be created starting from Process APIs(?).The text was updated successfully, but these errors were encountered: