after() should be able to take a iTask instance #18
Labels
enhancement
New feature or request
good first issue
Good for newcomers
php
Pull requests that update Php code
The Default deployer after() expects a string or closure so passing task instances won't work.
We should check for that and wrap it in a closuer and pass it on in that case.
The text was updated successfully, but these errors were encountered: