Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[5.2] Allow objects to be passed as pipes
Allows following code to be executed, very useful in case pipes require some complex constructing or already exist. ```php (new Pipeline($app))->send($subject)->through([new A, new B])->via('pipe_method')->then(...); ```
- Loading branch information