-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Currently the ProcessInterface is incomplete because if a final developer creates something implementing the ProcessInterface without extending a Symfony\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(?).